X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost34112012256.pyi;h=a1d2a0155c75a50f55cac8157a9ee8b0b8a61f76;hp=1bae785a45cb2e2e30f9f9773dc509b57e1e7512;hb=61d68bda6f6d7c39243701b5f647f62cc4d9d286;hpb=e25e0007c0434340dbaf44c11f3ccda03f666e23 diff --git a/pygost/stubs/pygost/gost34112012256.pyi b/pygost/stubs/pygost/gost34112012256.pyi index 1bae785..a1d2a01 100644 --- a/pygost/stubs/pygost/gost34112012256.pyi +++ b/pygost/stubs/pygost/gost34112012256.pyi @@ -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: ...