mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-102515: Remove unused imports in the Lib/
directory (#102516)
This commit is contained in:
parent
7d801f245e
commit
401d7a7f00
33 changed files with 8 additions and 41 deletions
|
@ -9,8 +9,7 @@ from test.test_tkinter.support import (requires_tcl,
|
|||
AbstractDefaultRootTest)
|
||||
from test.test_tkinter.widget_tests import (
|
||||
add_standard_options,
|
||||
AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests,
|
||||
setUpModule)
|
||||
AbstractWidgetTest, StandardOptionsTests, IntegerSizeTests, PixelSizeTests)
|
||||
|
||||
requires('gui')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue