mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-35202: Remove unused imports in idlelib (GH-10438)
This commit is contained in:
parent
2d1bc537fe
commit
43a74abb3a
7 changed files with 2 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
from idlelib import config_key
|
||||
from test.support import requires
|
||||
import sys
|
||||
import unittest
|
||||
from tkinter import Tk
|
||||
from idlelib.idle_test.mock_idle import Func
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue