mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
fix some imports
This commit is contained in:
@ -4,7 +4,7 @@ import trio
|
|||||||
from libp2p.peer.peerinfo import (
|
from libp2p.peer.peerinfo import (
|
||||||
info_from_p2p_addr,
|
info_from_p2p_addr,
|
||||||
)
|
)
|
||||||
from libp2p.tools.factories import (
|
from tests.factories import (
|
||||||
HostFactory,
|
HostFactory,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ from libp2p.peer.peerinfo import (
|
|||||||
PeerInfo,
|
PeerInfo,
|
||||||
info_from_p2p_addr,
|
info_from_p2p_addr,
|
||||||
)
|
)
|
||||||
from libp2p.tools.factories import (
|
from tests.factories import (
|
||||||
HostFactory,
|
HostFactory,
|
||||||
)
|
)
|
||||||
from tests.utils.interop.envs import (
|
from tests.utils.interop.envs import (
|
||||||
|
|||||||
Reference in New Issue
Block a user