Skip to content

Commit 68a6e41

Browse files
committed
Remove unneeded import
1 parent bf0f375 commit 68a6e41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CryptoPlus/Cipher/blockcipher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
# THE SOFTWARE.
2222
# =============================================================================
2323
from ..Util import util
24-
from array import array
2524
from ..Util import padding
2625

2726
MODE_ECB = 1

0 commit comments

Comments
 (0)