bpo-47152: Remove unused import in re (GH-32298)

This commit is contained in:
Serhiy Storchaka 2022-04-04 12:00:53 +03:00 committed by GitHub
parent 1578f06c1c
commit ff2cf1d7d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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