summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc.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_pydoc.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_pydoc.py')
-rw-r--r--Lib/test/test_pydoc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pydoc.py b/Lib/test/test_pydoc.py
index 198cea9..8e30b4c 100644
--- a/Lib/test/test_pydoc.py
+++ b/Lib/test/test_pydoc.py
@@ -21,7 +21,6 @@ import urllib.parse
import xml.etree
import xml.etree.ElementTree
import textwrap
-import threading
from io import StringIO
from collections import namedtuple
from test.support.script_helper import assert_python_ok