mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
rename typing.py to custom_types.py for clarity
This commit is contained in:
@ -11,6 +11,9 @@ from libp2p.crypto.pb import (
|
||||
from libp2p.crypto.serialization import (
|
||||
deserialize_public_key,
|
||||
)
|
||||
from libp2p.custom_types import (
|
||||
TProtocol,
|
||||
)
|
||||
from libp2p.io.abc import (
|
||||
ReadWriteCloser,
|
||||
)
|
||||
@ -38,9 +41,6 @@ from libp2p.security.exceptions import (
|
||||
from libp2p.security.secure_conn_interface import (
|
||||
ISecureConn,
|
||||
)
|
||||
from libp2p.typing import (
|
||||
TProtocol,
|
||||
)
|
||||
|
||||
from .pb import (
|
||||
plaintext_pb2,
|
||||
|
||||
Reference in New Issue
Block a user