mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-40443: Remove unused imports in idlelib (GH-19801)
This commit is contained in:
parent
138a9b9c2a
commit
6900f16d22
6 changed files with 3 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue