mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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
|
ECDSA = 3
|
||||||
|
|
||||||
|
|
||||||
class Key:
|
class Key(ABC):
|
||||||
"""
|
"""
|
||||||
A ``Key`` represents a cryptographic key.
|
A ``Key`` represents a cryptographic key.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user