diff options
| author | Victor Stinner <vstinner@python.org> | 2020-04-30 02:21:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 02:21:30 +0200 |
| commit | ea19518aa139d623a4fad7d01159674ee43b9f15 (patch) | |
| tree | 7db3e2442028eb18ff3e803d2a8b087c86830390 /tests/test_config_cmd.py | |
| parent | 74e9f56dc7857cee680727406517c2c086511e12 (diff) | |
| download | python-setuptools-git-ea19518aa139d623a4fad7d01159674ee43b9f15.tar.gz | |
bpo-40443: Remove unused imports in tests (GH-19804)
Diffstat (limited to 'tests/test_config_cmd.py')
| -rw-r--r-- | tests/test_config_cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_config_cmd.py b/tests/test_config_cmd.py index 8bd2c942..9aeab07b 100644 --- a/tests/test_config_cmd.py +++ b/tests/test_config_cmd.py @@ -39,7 +39,6 @@ class ConfigTestCase(support.LoggingSilencer, @unittest.skipIf(sys.platform == 'win32', "can't test on Windows") def test_search_cpp(self): - import shutil cmd = missing_compiler_executable(['preprocessor']) if cmd is not None: self.skipTest('The %r command is not found' % cmd) |
