]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost34112012.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / gost34112012.pyi
index dd0cc4c35fdc4d2433cbd374801378c9ddb824c3..3d5cc41454e7c4d4a011f6a0a4a0c04fae7da2aa 100644 (file)
@@ -4,7 +4,7 @@ from pygost.iface import PEP247
 class GOST34112012(PEP247):
     block_size = ...  # type: int
 
-    def __init__(self, data: bytes=..., digest_size: int=...) -> None: ...
+    def __init__(self, data: bytes = ..., digest_size: int = ...) -> None: ...
 
     @property
     def digest_size(self) -> int: ...