We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a341d commit f4f4b82Copy full SHA for f4f4b82
1 file changed
scriptshifter/trans.py
@@ -1,7 +1,7 @@
1
import logging
2
3
from importlib import import_module
4
-from re import Pattern, compile
+from re import Pattern
5
from unicodedata import normalize as precomp_normalize
6
7
from scriptshifter.exceptions import BREAK, CONT
0 commit comments