mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
moved factories to tests
This commit is contained in:
committed by
Paul Robinson
parent
ddf68ee4e0
commit
df72979606
@ -7,12 +7,12 @@ from libp2p.host.exceptions import (
|
||||
from libp2p.peer.peerinfo import (
|
||||
info_from_p2p_addr,
|
||||
)
|
||||
from libp2p.tools.factories import (
|
||||
HostFactory,
|
||||
)
|
||||
from libp2p.tools.utils import (
|
||||
MAX_READ_LEN,
|
||||
)
|
||||
from tests.factories import (
|
||||
HostFactory,
|
||||
)
|
||||
|
||||
CHAT_PROTOCOL_ID = "/chat/1.0.0"
|
||||
ECHO_PROTOCOL_ID = "/echo/1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user