]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost34112012256.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / gost34112012256.pyi
index 1bae785a45cb2e2e30f9f9773dc509b57e1e7512..a1d2a0155c75a50f55cac8157a9ee8b0b8a61f76 100644 (file)
@@ -4,7 +4,7 @@ from pygost.iface import PEP247
 class GOST34112012256(PEP247):
     block_size = ...  # type: int
 
-    def __init__(self, data: bytes=...) -> None: ...
+    def __init__(self, data: bytes = ...) -> None: ...
 
     @property
     def digest_size(self) -> int: ...
@@ -18,4 +18,4 @@ class GOST34112012256(PEP247):
     def hexdigest(self) -> str: ...
 
 
-def new(data: bytes=...) -> GOST34112012256: ...
+def new(data: bytes = ...) -> GOST34112012256: ...