mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
isort
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
from libp2p.stream_muxer.exceptions import (
|
from libp2p.stream_muxer.exceptions import (
|
||||||
|
MuxedConnClosed,
|
||||||
MuxedConnError,
|
MuxedConnError,
|
||||||
MuxedConnShuttingDown,
|
MuxedConnShuttingDown,
|
||||||
MuxedConnClosed,
|
|
||||||
MuxedStreamClosed,
|
MuxedStreamClosed,
|
||||||
MuxedStreamEOF,
|
MuxedStreamEOF,
|
||||||
MuxedStreamReset,
|
MuxedStreamReset,
|
||||||
|
|||||||
@ -14,8 +14,8 @@ from libp2p.utils import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
from .constants import HeaderTags
|
from .constants import HeaderTags
|
||||||
from .exceptions import MplexClosed, MplexShuttingDown
|
|
||||||
from .datastructures import StreamID
|
from .datastructures import StreamID
|
||||||
|
from .exceptions import MplexClosed, MplexShuttingDown
|
||||||
from .mplex_stream import MplexStream
|
from .mplex_stream import MplexStream
|
||||||
|
|
||||||
MPLEX_PROTOCOL_ID = TProtocol("/mplex/6.7.0")
|
MPLEX_PROTOCOL_ID = TProtocol("/mplex/6.7.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user