mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Run black and isort w/ the new config
This commit is contained in:
@ -12,7 +12,9 @@ class IMultiselectClient(ABC):
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
async def select_protocol_or_fail(self, protocol: TProtocol, stream: IMuxedStream) -> TProtocol:
|
||||
async def select_protocol_or_fail(
|
||||
self, protocol: TProtocol, stream: IMuxedStream
|
||||
) -> TProtocol:
|
||||
"""
|
||||
Send message to multiselect selecting protocol
|
||||
and fail if multiselect does not return same protocol
|
||||
|
||||
Reference in New Issue
Block a user