mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Fix linting issue
This commit is contained in:
committed by
stuckinaboot
parent
a46779918f
commit
58bdee499b
@ -105,8 +105,7 @@ class MultiselectClient(IMultiselectClient):
|
||||
return protocol
|
||||
if response == PROTOCOL_NOT_FOUND_MSG:
|
||||
raise MultiselectClientError("protocol not supported")
|
||||
else:
|
||||
raise MultiselectClientError("unrecognized response: " + response)
|
||||
raise MultiselectClientError("unrecognized response: " + response)
|
||||
|
||||
|
||||
def validate_handshake(handshake_contents):
|
||||
|
||||
Reference in New Issue
Block a user