mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
removed redundant imports
This commit is contained in:
@ -29,9 +29,6 @@ from libp2p.protocol_muxer.multiselect_client import (
|
|||||||
from libp2p.protocol_muxer.multiselect_communicator import (
|
from libp2p.protocol_muxer.multiselect_communicator import (
|
||||||
MultiselectCommunicator,
|
MultiselectCommunicator,
|
||||||
)
|
)
|
||||||
from libp2p.transport.exceptions import (
|
|
||||||
SecurityUpgradeFailure,
|
|
||||||
)
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Represents a secured connection object, which includes a connection and details about
|
Represents a secured connection object, which includes a connection and details about
|
||||||
|
|||||||
@ -33,9 +33,6 @@ from libp2p.stream_muxer.yamux.yamux import (
|
|||||||
PROTOCOL_ID,
|
PROTOCOL_ID,
|
||||||
Yamux,
|
Yamux,
|
||||||
)
|
)
|
||||||
from libp2p.transport.exceptions import (
|
|
||||||
MuxerUpgradeFailure,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class MuxerMultistream:
|
class MuxerMultistream:
|
||||||
|
|||||||
Reference in New Issue
Block a user