[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
This commit is contained in:
Terry Jan Reedy 2024-06-16 01:45:32 -04:00 committed by GitHub
parent 5185951335
commit 51af315a32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ class GrepDialog(SearchDialogBase):
def _grep_dialog(parent): # htest # 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 tkinter.ttk import Frame, Button
from idlelib.pyshell import PyShellFileList from idlelib.pyshell import PyShellFileList