mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Run black and isort w/ the new config
This commit is contained in:
@ -47,7 +47,9 @@ class TransportUpgrader:
|
||||
|
||||
@staticmethod
|
||||
def upgrade_connection(
|
||||
conn: ISecureConn, generic_protocol_handler: GenericProtocolHandlerFn, peer_id: ID
|
||||
conn: ISecureConn,
|
||||
generic_protocol_handler: GenericProtocolHandlerFn,
|
||||
peer_id: ID,
|
||||
) -> Mplex:
|
||||
"""
|
||||
Upgrade raw connection to muxed connection
|
||||
|
||||
Reference in New Issue
Block a user