mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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:
parent
dd39e29ccb
commit
576dd90117
3 changed files with 7 additions and 17 deletions
|
@ -9,7 +9,6 @@ from tkinter import filedialog
|
|||
from tkinter import messagebox
|
||||
from tkinter.simpledialog import askstring
|
||||
|
||||
import idlelib
|
||||
from idlelib.config import idleConf
|
||||
from idlelib.util import py_extensions
|
||||
|
||||
|
@ -21,8 +20,7 @@ if sys.platform == 'win32':
|
|||
else:
|
||||
errors = 'surrogateescape'
|
||||
|
||||
|
||||
|
||||
|
||||
class IOBinding:
|
||||
# One instance per editor Window so methods know which to save, close.
|
||||
# Open returns focus to self.editwin if aborted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue