mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-23 13:41:28 +00:00
Fix linting issue
This commit is contained in:
@ -105,7 +105,6 @@ class MultiselectClient(IMultiselectClient):
|
||||
return protocol
|
||||
if response == PROTOCOL_NOT_FOUND_MSG:
|
||||
raise MultiselectClientError("protocol not supported")
|
||||
else:
|
||||
raise MultiselectClientError("unrecognized response: " + response)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user