From f2543b706559e704df29fff682344ee3f1be4b7c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 10 Sep 2020 21:15:23 +0300 Subject: [PATCH 1/1] Fix typing stub: no gost3410.MODE2SIZE anymore --- pygost/stubs/pygost/gost3410.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 6649445..5278c81 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -4,7 +4,6 @@ from typing import Tuple DEFAULT_CURVE = ... # type: GOST3410Curve CURVES = ... # type: Dict[str, GOST3410Curve] -MODE2SIZE = ... # type: Dict[int, int] PublicKey = Tuple[int, int] -- 2.44.0