bpo-35202: Remove unused imports in idlelib (GH-10438)

This commit is contained in:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 2018-11-10 12:15:31 +05:30 committed by Terry Jan Reedy
parent 2d1bc537fe
commit 43a74abb3a
7 changed files with 2 additions and 6 deletions

View file

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