]> Cypherpunks.ru repositories - pygost.git/commitdiff
Unused Optional import
authorSergey Matveev <stargrave@stargrave.org>
Mon, 19 Oct 2020 10:08:04 +0000 (13:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 19 Oct 2020 10:54:13 +0000 (13:54 +0300)
pygost/stubs/pygost/utils.pyi

index aff49bcabff9fa2d85e0b5e2ec8d0a03bc01d8a9..76460e5adbf5a1477c077ee359213f1d44531b9a 100644 (file)
@@ -1,5 +1,4 @@
 from typing import AnyStr
 from typing import AnyStr
-from typing import Optional
 
 
 def strxor(a: bytes, b: bytes) -> bytes: ...
 
 
 def strxor(a: bytes, b: bytes) -> bytes: ...