mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-35202: Remove unused imports in idlelib (GH-10438)
This commit is contained in:
parent
2d1bc537fe
commit
43a74abb3a
7 changed files with 2 additions and 6 deletions
|
@ -13,7 +13,7 @@ import re
|
|||
from sys import maxsize as INFINITY
|
||||
|
||||
import tkinter
|
||||
from tkinter.constants import TOP, LEFT, X, W, SUNKEN
|
||||
from tkinter.constants import TOP, X, SUNKEN
|
||||
|
||||
from idlelib.config import idleConf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue