mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-47152: Remove unused import in re (GH-32298)
This commit is contained in:
parent
1578f06c1c
commit
ff2cf1d7d5
1 changed files with 0 additions and 4 deletions
|
@ -124,10 +124,6 @@ This module also defines an exception 'error'.
|
|||
import enum
|
||||
from . import _compiler, _parser
|
||||
import functools
|
||||
try:
|
||||
import _locale
|
||||
except ImportError:
|
||||
_locale = None
|
||||
|
||||
|
||||
# public symbols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue