pygost/stubs/pygost/gost3410.pyi | 1 - diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 16ffb10cc4dc7d73113ec5972bfdcbde3a105e0a4d636637c29bb278c242f25c..f728b75cb439c07eed020ac6b695a244da7f893df9e43a0337c1eaa88f4ba42c 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -4,7 +4,6 @@ DEFAULT_CURVE = ... # type: GOST3410Curve CURVES = ... # type: Dict[str, GOST3410Curve] -MODE2SIZE = ... # type: Dict[int, int] PublicKey = Tuple[int, int]