bpo-40443: Remove unused imports in idlelib (GH-19801)

This commit is contained in:
Victor Stinner 2020-04-30 03:28:51 +02:00 committed by GitHub
parent 138a9b9c2a
commit 6900f16d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 6 deletions

View file

@ -11,7 +11,7 @@ Refer to comments in EditorWindow autoindent code for details.
"""
import re
from tkinter import (Toplevel, Listbox, Text, Scale, Canvas,
from tkinter import (Toplevel, Listbox, Scale, Canvas,
StringVar, BooleanVar, IntVar, TRUE, FALSE,
TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
NONE, BOTH, X, Y, W, E, EW, NS, NSEW, NW,