diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-30 01:48:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 01:48:37 +0200 |
commit | 57572b103ebd8732ac21922f0051a7f140d0e405 (patch) | |
tree | a8e74f2774656002b1c6247bd5f0b4ca98e99140 /Lib/test/test_tools/test_lll.py | |
parent | 69e802ed812e38cb68a4ab74af64b4f719b6cc78 (diff) | |
download | cpython-git-57572b103ebd8732ac21922f0051a7f140d0e405.tar.gz |
bpo-40443: Remove unused imports in tests (GH-19805)
Diffstat (limited to 'Lib/test/test_tools/test_lll.py')
-rw-r--r-- | Lib/test/test_tools/test_lll.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_tools/test_lll.py b/Lib/test/test_tools/test_lll.py index b01e2188e1..568cbfb5e4 100644 --- a/Lib/test/test_tools/test_lll.py +++ b/Lib/test/test_tools/test_lll.py @@ -1,7 +1,6 @@ """Tests for the lll script in the Tools/script directory.""" import os -import sys import tempfile from test import support from test.test_tools import skip_if_missing, import_tool |