]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/utils.pyi
Unused Optional import
[pygost.git] / pygost / stubs / pygost / utils.pyi
index 1b5f4619594fc1324d5bab3d79802328fdab9216..76460e5adbf5a1477c077ee359213f1d44531b9a 100644 (file)
@@ -1,5 +1,4 @@
 from typing import AnyStr
-from typing import Optional
 
 
 def strxor(a: bytes, b: bytes) -> bytes: ...
@@ -14,7 +13,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: ...