From: Terry Jan Reedy Date: Sun, 16 Jun 2024 05:45:32 +0000 (-0400) Subject: [3.12] gh-120417: Remove unused import in idlelib (GH-120420) (#120574) X-Git-Tag: v3.12.5~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51af315a321ef0fc9fb6924bcddea29b4bea00d2;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Lib/idlelib/grep.py b/Lib/idlelib/grep.py index ef14349960bf..42048ff2395f 100644 --- a/Lib/idlelib/grep.py +++ b/Lib/idlelib/grep.py @@ -190,7 +190,7 @@ class GrepDialog(SearchDialogBase): def _grep_dialog(parent): # htest # - from tkinter import Toplevel, Text, SEL, END + from tkinter import Toplevel, Text, SEL from tkinter.ttk import Frame, Button from idlelib.pyshell import PyShellFileList