From: Sergey Matveev Date: Mon, 29 Jul 2019 15:47:34 +0000 (+0300) Subject: Unused variable X-Git-Tag: 4.1~8 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=f27d16a7447f7823cc3ffd75e43c1f1ec517c1ec Unused variable --- diff --git a/pygost/test_cms.py b/pygost/test_cms.py index 048fafc..68354be 100644 --- a/pygost/test_cms.py +++ b/pygost/test_cms.py @@ -369,7 +369,7 @@ class TestEnvelopedKARI(TestCase): }, ), ), - ) for spki_algorithm in ( + ) for _ in ( id_tc26_gost3410_2012_256, id_tc26_gost3410_2012_512, )