mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +00:00
rename typing.py to custom_types.py for clarity
This commit is contained in:
@ -18,7 +18,7 @@ from libp2p.identity.identify.protocol import (
|
||||
from libp2p.identity.identify.protocol import ID as IdentifyID
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from libp2p.typing import (
|
||||
from libp2p.custom_types import (
|
||||
StreamHandlerFn,
|
||||
TProtocol,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user