Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 0467ae9

Browse files
committed
added missing import to resolve #50
in commit ae86f8a , the import was changed making maketrans no longer be defined. it is now being imported again, resolving the error.
1 parent a5526b8 commit 0467ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
except ImportError:
5454
pass
5555

56-
from string import join
56+
from string import join, maketrans
5757

5858
import subprocess
5959
import datetime

0 commit comments

Comments
 (0)