]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/utils.pyi
PEP8 typing stubs
[pygost.git] / pygost / stubs / pygost / utils.pyi
index 1b5f4619594fc1324d5bab3d79802328fdab9216..aff49bcabff9fa2d85e0b5e2ec8d0a03bc01d8a9 100644 (file)
@@ -14,7 +14,7 @@ def hexenc(data: bytes) -> str: ...
 def bytes2long(raw: bytes) -> int: ...
 
 
-def long2bytes(n: int, size: int=...) -> bytes: ...
+def long2bytes(n: int, size: int = ...) -> bytes: ...
 
 
 def modinvert(a: int, n: int) -> int: ...