From ec120652de51b7be684bf1782a9fc06861d75e3e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 19 Oct 2020 13:07:51 +0300 Subject: [PATCH] Missing Tuple import --- news.texi | 1 + pygost/stubs/pygost/kdf.pyi | 1 + 2 files changed, 2 insertions(+) diff --git a/news.texi b/news.texi index 6ff2525..8c5bc0d 100644 --- a/news.texi +++ b/news.texi @@ -10,6 +10,7 @@ checking if point is on the curve. @item @code{gost3410_vko} functions check if remote peer's public key is on the curve. + @item Small typing stubs fixes. @end itemize @anchor{Release 5.1} diff --git a/pygost/stubs/pygost/kdf.pyi b/pygost/stubs/pygost/kdf.pyi index ac5cf2a..ccab8af 100644 --- a/pygost/stubs/pygost/kdf.pyi +++ b/pygost/stubs/pygost/kdf.pyi @@ -1,4 +1,5 @@ from typing import Sequence +from typing import Tuple from pygost.gost3410 import GOST3410Curve -- 2.44.0