mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
rename typing.py to custom_types.py for clarity
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from libp2p.typing import (
|
||||
from libp2p.custom_types import (
|
||||
StreamHandlerFn,
|
||||
TProtocol,
|
||||
)
|
||||
|
||||
@ -2,7 +2,7 @@ from collections.abc import (
|
||||
Sequence,
|
||||
)
|
||||
|
||||
from libp2p.typing import (
|
||||
from libp2p.custom_types import (
|
||||
TProtocol,
|
||||
)
|
||||
|
||||
|
||||
@ -6,12 +6,12 @@ from collections.abc import (
|
||||
Sequence,
|
||||
)
|
||||
|
||||
from libp2p.custom_types import (
|
||||
TProtocol,
|
||||
)
|
||||
from libp2p.protocol_muxer.multiselect_communicator_interface import (
|
||||
IMultiselectCommunicator,
|
||||
)
|
||||
from libp2p.typing import (
|
||||
TProtocol,
|
||||
)
|
||||
|
||||
|
||||
class IMultiselectClient(ABC):
|
||||
|
||||
@ -3,7 +3,7 @@ from abc import (
|
||||
abstractmethod,
|
||||
)
|
||||
|
||||
from libp2p.typing import (
|
||||
from libp2p.custom_types import (
|
||||
StreamHandlerFn,
|
||||
TProtocol,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user