gh-84623: Remove unused imports in idlelib (#94143)

Remove commented code in test_debugger_r.py.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Victor Stinner 2022-06-23 00:09:48 +02:00 committed by GitHub
parent dd39e29ccb
commit 576dd90117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 17 deletions

View file

@ -5,7 +5,6 @@ import unittest
from collections import namedtuple
from test.support import requires
from tkinter import Tk
from idlelib.idle_test.mock_idle import Func
Editor = editor.EditorWindow