mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-134357: Remove unused imports in tests (#134340)
This commit is contained in:
parent
24a47155d2
commit
328a778db8
35 changed files with 26 additions and 48 deletions
|
@ -16,7 +16,7 @@ idlelib.testing = True
|
|||
|
||||
# Unittest.main and test.libregrtest.runtest.runtest_inner
|
||||
# call load_tests, when present here, to discover tests to run.
|
||||
from idlelib.idle_test import load_tests
|
||||
from idlelib.idle_test import load_tests # noqa: F401
|
||||
|
||||
if __name__ == '__main__':
|
||||
tk.NoDefaultRoot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue