summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/abc.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-12 19:27:32 (GMT)
committerGitHub <noreply@github.com>2024-06-12 19:27:32 (GMT)
commit51724620e868512bbedb1547aca441bcd27bbe0c (patch)
treec5c4b7f8118be02549281421c736543998bdf349 /Lib/importlib/abc.py
parent7c6b3429b631d80de0348e5ddc2a3a8125e5c00d (diff)
downloadcpython-51724620e868512bbedb1547aca441bcd27bbe0c.zip
cpython-51724620e868512bbedb1547aca441bcd27bbe0c.tar.gz
cpython-51724620e868512bbedb1547aca441bcd27bbe0c.tar.bz2
[3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)
gh-120417: Remove unused imports in the stdlib (GH-120420) (cherry picked from commit 4c6d4f5cb33e48519922d635894eef356faddba2) Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Lib/importlib/abc.py')
-rw-r--r--Lib/importlib/abc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/importlib/abc.py b/Lib/importlib/abc.py
index 37fef35..16b9626 100644
--- a/Lib/importlib/abc.py
+++ b/Lib/importlib/abc.py
@@ -13,7 +13,6 @@ except ImportError:
_frozen_importlib_external = _bootstrap_external
from ._abc import Loader
import abc
-import warnings
from .resources import abc as _resources_abc