mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Typing and linting fixes
This commit is contained in:
@ -21,3 +21,7 @@ class InvalidSignatureOnExchange(SecioException):
|
||||
|
||||
class HandshakeFailed(SecioException):
|
||||
pass
|
||||
|
||||
|
||||
class IncompatibleChoices(SecioException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user