mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
rename typing.py to custom_types.py for clarity
This commit is contained in:
@ -9,6 +9,9 @@ from p2pclient.utils import (
|
||||
)
|
||||
import trio
|
||||
|
||||
from libp2p.custom_types import (
|
||||
TProtocol,
|
||||
)
|
||||
from libp2p.peer.peerinfo import (
|
||||
PeerInfo,
|
||||
info_from_p2p_addr,
|
||||
@ -16,9 +19,6 @@ from libp2p.peer.peerinfo import (
|
||||
from libp2p.tools.factories import (
|
||||
HostFactory,
|
||||
)
|
||||
from libp2p.typing import (
|
||||
TProtocol,
|
||||
)
|
||||
from tests.utils.interop.envs import (
|
||||
GO_BIN_PATH,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user