summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pkgutil.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-13 09:57:40 (GMT)
committerGitHub <noreply@github.com>2025-03-13 09:57:40 (GMT)
commitb2ca26875a75fdd70e39a8fe2b1b31b863794c41 (patch)
tree970c97d7f7435145c9557c94763419d5b04a6e34 /Lib/test/test_pkgutil.py
parent50e9eba32cdade34350a9f29ff2139a35e8876c0 (diff)
downloadcpython-b2ca26875a75fdd70e39a8fe2b1b31b863794c41.zip
cpython-b2ca26875a75fdd70e39a8fe2b1b31b863794c41.tar.gz
cpython-b2ca26875a75fdd70e39a8fe2b1b31b863794c41.tar.bz2
gh-131152: Remove unused imports from tests (part 2) (#131154)
Diffstat (limited to 'Lib/test/test_pkgutil.py')
-rw-r--r--Lib/test/test_pkgutil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_pkgutil.py b/Lib/test/test_pkgutil.py
index 736b837..d4faaae 100644
--- a/Lib/test/test_pkgutil.py
+++ b/Lib/test/test_pkgutil.py
@@ -1,6 +1,6 @@
from pathlib import Path
-from test.support.import_helper import unload, CleanImport
-from test.support.warnings_helper import check_warnings, ignore_warnings
+from test.support.import_helper import unload
+from test.support.warnings_helper import check_warnings
import unittest
import sys
import importlib