mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +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 (
|
||||
MultiselectCommunicator,
|
||||
)
|
||||
from libp2p.transport.exceptions import (
|
||||
SecurityUpgradeFailure,
|
||||
)
|
||||
|
||||
"""
|
||||
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,
|
||||
Yamux,
|
||||
)
|
||||
from libp2p.transport.exceptions import (
|
||||
MuxerUpgradeFailure,
|
||||
)
|
||||
|
||||
|
||||
class MuxerMultistream:
|
||||
|
||||
Reference in New Issue
Block a user