[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)

Part of patch by Victor Stinner.
(cherry-pick from d6debb24e0)
This commit is contained in:
terryjreedy 2017-06-11 05:53:46 -04:00 committed by GitHub
parent d755d19ac4
commit c6696feb09
7 changed files with 4 additions and 9 deletions

View file

@ -24,7 +24,7 @@ import importlib
import os
from sys import executable, platform # Platform is set for one test.
from tkinter import Toplevel, StringVar, W, E, N, S
from tkinter import Toplevel, StringVar, W, E, S
from tkinter.ttk import Frame, Button, Entry, Label
from tkinter import filedialog
from tkinter.font import Font