mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-35202: Remove unused imports in idlelib (GH-10438)
This commit is contained in:
parent
2d1bc537fe
commit
43a74abb3a
7 changed files with 2 additions and 6 deletions
|
@ -115,7 +115,6 @@ def _test(): # TODO check and convert to htest
|
|||
from tkinter import Tk
|
||||
from idlelib.editor import fixwordbreaks
|
||||
from idlelib.run import fix_scaling
|
||||
import sys
|
||||
root = Tk()
|
||||
fix_scaling(root)
|
||||
fixwordbreaks(root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue