gh-134357: Remove unused imports in tests (#134340)

This commit is contained in:
Hugo van Kemenade 2025-05-25 23:09:02 +03:00 committed by GitHub
parent 24a47155d2
commit 328a778db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 26 additions and 48 deletions

View file

@ -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()