]> Cypherpunks.ru repositories - pygost.git/commitdiff
Unused variable
authorSergey Matveev <stargrave@stargrave.org>
Mon, 29 Jul 2019 15:47:34 +0000 (18:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 29 Jul 2019 15:47:34 +0000 (18:47 +0300)
pygost/test_cms.py

index 048fafcffe687c4e5fa1834f0b66bcb263cc0c93..68354bef2a5cede09201c0153f4fb06b87982deb 100644 (file)
@@ -369,7 +369,7 @@ class TestEnvelopedKARI(TestCase):
                             },
                         ),
                     ),
-                ) for spki_algorithm in (
+                ) for _ in (
                     id_tc26_gost3410_2012_256,
                     id_tc26_gost3410_2012_512,
                 )