summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_locks.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-07-01 18:02:39 (GMT)
committerGitHub <noreply@github.com>2019-07-01 18:02:39 (GMT)
commite34b5f4d6483187969d5149c801d056b72ef2ddb (patch)
treef2a975aa16be21fc1a213856f5243194a17a2103 /Lib/test/test_importlib/test_locks.py
parent8cbffc4d96d1da0fbc38da6f34f2da30c5ffd601 (diff)
downloadcpython-e34b5f4d6483187969d5149c801d056b72ef2ddb.zip
cpython-e34b5f4d6483187969d5149c801d056b72ef2ddb.tar.gz
cpython-e34b5f4d6483187969d5149c801d056b72ef2ddb.tar.bz2
Remove unused imports in tests (GH-14518) (GH-14522)
(cherry picked from commit 8f4ef3b019ce380022018587571b0f970e668de3)
Diffstat (limited to 'Lib/test/test_importlib/test_locks.py')
-rw-r--r--Lib/test/test_importlib/test_locks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/test_locks.py b/Lib/test/test_importlib/test_locks.py
index d86172a..21794d9 100644
--- a/Lib/test/test_importlib/test_locks.py
+++ b/Lib/test/test_importlib/test_locks.py
@@ -4,7 +4,6 @@ init = test_util.import_importlib('importlib')
import sys
import threading
-import unittest
import weakref
from test import support