Skip to content

Commit

Permalink
[3.12] pythongh-120417: Remove unused import in idlelib (pythonGH-120420
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 4c6d4f5)

Co-authored-by: Victor Stinner vstinner@python.org
  • Loading branch information
terryjreedy committed Jun 16, 2024
1 parent 5185951 commit 459cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/grep.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def grep_it(self, prog, path):


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

Expand Down

0 comments on commit 459cd6b

Please sign in to comment.