mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
lint
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
from .muxed_stream import MuxedStream
|
||||
from .muxed_connection import MuxedConn
|
||||
|
||||
|
||||
class Multiplex(object):
|
||||
"""
|
||||
muxing logic currently lives in MuxedConn
|
||||
reference: https://github.com/whyrusleeping/go-smux-multiplex/blob/master/multiplex.go
|
||||
"""
|
||||
def __init__(self, conn, initiator):
|
||||
|
||||
Reference in New Issue
Block a user