Skip to content

Commit ff2cf1d

Browse files
bpo-47152: Remove unused import in re (GH-32298)
1 parent 1578f06 commit ff2cf1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/re/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@
124124
import enum
125125
from . import _compiler, _parser
126126
import functools
127-
try:
128-
import _locale
129-
except ImportError:
130-
_locale = None
131127

132128

133129
# public symbols

0 commit comments

Comments
 (0)