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