From dfa5e690f30f29a44f529f8a9951688b43c6ce3b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 13 Apr 2020 11:56:29 +0300 Subject: [PATCH] Unused import --- pygost/test_pfx.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.44.0