From: Sergey Matveev Date: Mon, 13 Apr 2020 08:56:29 +0000 (+0300) Subject: Unused import X-Git-Tag: 4.5~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=dfa5e690f30f29a44f529f8a9951688b43c6ce3b Unused import --- diff --git a/pygost/test_pfx.py b/pygost/test_pfx.py index c4497c9..67fe788 100644 --- a/pygost/test_pfx.py +++ b/pygost/test_pfx.py @@ -22,7 +22,6 @@ from unittest import TestCase from pygost.gost28147 import cfb_decrypt from pygost.gost34112012512 import GOST34112012512 from pygost.gost34112012512 import pbkdf2 as gost34112012_pbkdf2 -from pygost.utils import hexdec try: