run black

This commit is contained in:
Chih Cheng Liang
2019-08-05 11:21:20 +08:00
parent 9e0a806218
commit 7a04ebb51f
7 changed files with 10 additions and 27 deletions

View File

@ -90,9 +90,7 @@ class Mplex(IMuxedConn):
# Stream not created yet
return None
async def open_stream(
self, protocol_id: str, multi_addr: Multiaddr
) -> IMuxedStream:
async def open_stream(self, protocol_id: str, multi_addr: Multiaddr) -> IMuxedStream:
"""
creates a new muxed_stream
:param protocol_id: protocol_id of stream