Add missing ABC
declaration following PR feedback in #240.
This commit is contained in:
parent
9977933fd1
commit
3b19104284
@ -13,7 +13,7 @@ class KeyType(Enum):
|
||||
ECDSA = 3
|
||||
|
||||
|
||||
class Key:
|
||||
class Key(ABC):
|
||||
"""
|
||||
A ``Key`` represents a cryptographic key.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user