Skip to content

Commit e667bff

Browse files
committed
remove extraneous import.
1 parent 71d1962 commit e667bff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

textile/regex_strings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'char': r'(?:[^\p{Zs}\v])',
2020
}
2121
except ImportError:
22-
import re
2322
from sys import maxunicode
2423
upper_re_s = "".join(
2524
[six.unichr(c) for c in six.moves.range(maxunicode) if six.unichr(

0 commit comments

Comments
 (0)