mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)
Remove commented code in test_debugger_r.py.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 576dd90117)
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
73b1d494a7
commit
34be807139
3 changed files with 7 additions and 17 deletions
|
|
@ -5,7 +5,6 @@
|
|||
from collections import namedtuple
|
||||
from test.support import requires
|
||||
from tkinter import Tk
|
||||
from idlelib.idle_test.mock_idle import Func
|
||||
|
||||
Editor = editor.EditorWindow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue