Skip to content

Commit c5c9572

Browse files
Update base62.py
1 parent 2d75b1d commit c5c9572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/base62.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import string
21
import doctest
2+
import string
33

44
CHARSET = string.digits + string.ascii_lowercase + string.ascii_uppercase
55

0 commit comments

Comments
 (0)