mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +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
|
|
@ -6,7 +6,6 @@ from tkinter import Toplevel, Text, TclError,\
|
|||
from tkinter.ttk import Frame, Scrollbar, Button
|
||||
from tkinter.messagebox import showerror
|
||||
|
||||
from functools import update_wrapper
|
||||
from idlelib.colorizer import color_config
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue