summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-06-13 14:56:03 (GMT)
committerGitHub <noreply@github.com>2022-06-13 14:56:03 (GMT)
commit3ceb4b8d3ad48101e67da8fb8f581d3377863bfa (patch)
tree6746b2bc59319492d2d4ea7d0ebbfc867f5912ca /Lib/test/test_importlib
parent65ff27c7d30b84655bf8caf6e396c65485708148 (diff)
downloadcpython-3ceb4b8d3ad48101e67da8fb8f581d3377863bfa.zip
cpython-3ceb4b8d3ad48101e67da8fb8f581d3377863bfa.tar.gz
cpython-3ceb4b8d3ad48101e67da8fb8f581d3377863bfa.tar.bz2
gh-84623: Remove unused imports in tests (#93772)
Diffstat (limited to 'Lib/test/test_importlib')
-rw-r--r--Lib/test/test_importlib/test_abc.py1
-rw-r--r--Lib/test/test_importlib/test_api.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_importlib/test_abc.py b/Lib/test/test_importlib/test_abc.py
index 92cb780..d59b663 100644
--- a/Lib/test/test_importlib/test_abc.py
+++ b/Lib/test/test_importlib/test_abc.py
@@ -2,7 +2,6 @@ import io
import marshal
import os
import sys
-from test import support
from test.support import import_helper
import types
import unittest
diff --git a/Lib/test/test_importlib/test_api.py b/Lib/test/test_importlib/test_api.py
index e94a48f..b3a99dc 100644
--- a/Lib/test/test_importlib/test_api.py
+++ b/Lib/test/test_importlib/test_api.py
@@ -6,7 +6,6 @@ machinery = test_util.import_importlib('importlib.machinery')
import os.path
import sys
-from test import support
from test.support import import_helper
from test.support import os_helper
import types