From: Sergey Matveev Date: Mon, 19 Oct 2020 10:08:04 +0000 (+0300) Subject: Unused Optional import X-Git-Tag: 5.2~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=ac622c5618f2ff79cfd0f11f273ace92d4e3925e Unused Optional import --- diff --git a/pygost/stubs/pygost/utils.pyi b/pygost/stubs/pygost/utils.pyi index aff49bc..76460e5 100644 --- a/pygost/stubs/pygost/utils.pyi +++ b/pygost/stubs/pygost/utils.pyi @@ -1,5 +1,4 @@ from typing import AnyStr -from typing import Optional def strxor(a: bytes, b: bytes) -> bytes: ...