]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40443: Remove unused imports in tests (GH-19805)
authorVictor Stinner <vstinner@python.org>
Wed, 29 Apr 2020 23:48:37 +0000 (01:48 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 23:48:37 +0000 (01:48 +0200)
commit57572b103ebd8732ac21922f0051a7f140d0e405
treea8e74f2774656002b1c6247bd5f0b4ca98e99140
parent69e802ed812e38cb68a4ab74af64b4f719b6cc78
bpo-40443: Remove unused imports in tests (GH-19805)
17 files changed:
Lib/test/test_parser.py
Lib/test/test_peg_parser.py
Lib/test/test_platform.py
Lib/test/test_positional_only_arg.py
Lib/test/test_pstats.py
Lib/test/test_re.py
Lib/test/test_regrtest.py
Lib/test/test_string_literals.py
Lib/test/test_support.py
Lib/test/test_syntax.py
Lib/test/test_tempfile.py
Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py
Lib/test/test_tools/test_lll.py
Lib/test/test_tools/test_pathfix.py
Lib/test/test_typing.py
Lib/test/test_unparse.py
Lib/test/test_uuid.py