From ac622c5618f2ff79cfd0f11f273ace92d4e3925e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 19 Oct 2020 13:08:04 +0300 Subject: [PATCH] Unused Optional import --- pygost/stubs/pygost/utils.pyi | 1 - 1 file changed, 1 deletion(-) 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: ... -- 2.44.0