mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add missing ABC declaration following PR feedback in #240.
This commit is contained in:
@ -13,7 +13,7 @@ class KeyType(Enum):
|
||||
ECDSA = 3
|
||||
|
||||
|
||||
class Key:
|
||||
class Key(ABC):
|
||||
"""
|
||||
A ``Key`` represents a cryptographic key.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user