Skip to content

Commit 51af315

Browse files
authored
[3.12] gh-120417: Remove unused import in idlelib (GH-120420) (#120574)
(cherry picked from commit 4c6d4f5) Co-authored-by: Victor Stinner vstinner@python.org
1 parent 5185951 commit 51af315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/grep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def grep_it(self, prog, path):
190190

191191

192192
def _grep_dialog(parent): # htest #
193-
from tkinter import Toplevel, Text, SEL, END
193+
from tkinter import Toplevel, Text, SEL
194194
from tkinter.ttk import Frame, Button
195195
from idlelib.pyshell import PyShellFileList
196196

0 commit comments

Comments
 (0)