Skip to content

Commit

Permalink
bpo-47152: Remove unused import in re (GH-32298)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Apr 4, 2022
1 parent 1578f06 commit ff2cf1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/re/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@
import enum
from . import _compiler, _parser
import functools
try:
import _locale
except ImportError:
_locale = None


# public symbols
Expand Down

0 comments on commit ff2cf1d

Please sign in to comment.