Skip to content

Commit c5ca569

Browse files
authored
import string
1 parent 3d8eb36 commit c5ca569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/hill_cipher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
"""
3838

39-
from string import ascii_upper
39+
import string
4040
import numpy
4141

4242

0 commit comments

Comments
 (0)