]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unused imports in tests (GH-14518) (GH-14522)
authorVictor Stinner <vstinner@redhat.com>
Mon, 1 Jul 2019 18:02:39 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 18:02:39 +0000 (20:02 +0200)
commite34b5f4d6483187969d5149c801d056b72ef2ddb
treef2a975aa16be21fc1a213856f5243194a17a2103
parent8cbffc4d96d1da0fbc38da6f34f2da30c5ffd601
Remove unused imports in tests (GH-14518) (GH-14522)

(cherry picked from commit 8f4ef3b019ce380022018587571b0f970e668de3)
48 files changed:
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py
Lib/test/test_aifc.py
Lib/test/test_argparse.py
Lib/test/test_asynchat.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_c_locale_coercion.py
Lib/test/test_capi.py
Lib/test/test_cmd_line.py
Lib/test/test_collections.py
Lib/test/test_contextlib.py
Lib/test/test_coroutines.py
Lib/test/test_docxmlrpc.py
Lib/test/test_email/test_policy.py
Lib/test/test_exceptions.py
Lib/test/test_faulthandler.py
Lib/test/test_fork1.py
Lib/test/test_frozen.py
Lib/test/test_gdb.py
Lib/test/test_generators.py
Lib/test/test_gettext.py
Lib/test/test_grammar.py
Lib/test/test_imaplib.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/test_locks.py
Lib/test/test_locale.py
Lib/test/test_netrc.py
Lib/test/test_os.py
Lib/test/test_posixpath.py
Lib/test/test_pyclbr.py
Lib/test/test_pydoc.py
Lib/test/test_queue.py
Lib/test/test_resource.py
Lib/test/test_runpy.py
Lib/test/test_sax.py
Lib/test/test_signal.py
Lib/test/test_smtplib.py
Lib/test/test_subprocess.py
Lib/test/test_thread.py
Lib/test/test_threaded_import.py
Lib/test/test_threadedtempfile.py
Lib/test/test_time.py
Lib/test/test_tokenize.py
Lib/test/test_traceback.py
Lib/test/test_utf8_mode.py
Lib/test/test_venv.py