Skip to content

Commit c5c4229

Browse files
committed
fixes resolve conflicts
1 parent 3aac228 commit c5c4229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/core/relay/test_circuit_v2_transport.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
StreamEOF,
1313
StreamReset,
1414
)
15+
from libp2p.peer.peerinfo import (
16+
PeerInfo,
17+
)
1518
from libp2p.relay.circuit_v2.config import RelayConfig, RelayRole
1619
from libp2p.relay.circuit_v2.discovery import (
1720
RelayDiscovery,

0 commit comments

Comments
 (0)