mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Remove unused imports in tests (GH-14518)
This commit is contained in:
parent
f9b7457bd7
commit
8f4ef3b019
53 changed files with 31 additions and 84 deletions
|
|
@ -587,7 +587,6 @@ class Regrtest:
|
|||
|
||||
def cleanup(self):
|
||||
import glob
|
||||
import shutil
|
||||
|
||||
path = os.path.join(self.tmp_dir, 'test_python_*')
|
||||
print("Cleanup %s directory" % self.tmp_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue