mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Fix formatting in secio transport
This commit is contained in:
@ -426,7 +426,9 @@ async def create_secure_session(
|
||||
raise SecioException("connection closed")
|
||||
|
||||
is_initiator = remote_peer is not None
|
||||
session = _mk_session_from(local_private_key, session_parameters, msg_io, is_initiator)
|
||||
session = _mk_session_from(
|
||||
local_private_key, session_parameters, msg_io, is_initiator
|
||||
)
|
||||
|
||||
try:
|
||||
received_nonce = await _finish_handshake(session, remote_nonce)
|
||||
|
||||
Reference in New Issue
Block a user