]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/iface.pyi
PEP247 hasher hexdigest must not be an abstractmethod
[pygost.git] / pygost / stubs / pygost / iface.pyi
index 084f902b1d911739021976d873a12213fae86b37..a5c2a8537049c56f3c726258d0aafd48a5f3aae3 100644 (file)
@@ -16,5 +16,4 @@ class PEP247(metaclass=ABCMeta):
     @abstractmethod
     def digest(self) -> bytes: ...
 
-    @abstractmethod
     def hexdigest(self) -> str: ...