mirror of
https://github.com/python/cpython.git
synced 2025-10-06 07:02:33 +00:00
[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)
Part of patch by Victor Stinner.
(cherry-pick from d6debb24e0
)
This commit is contained in:
parent
d755d19ac4
commit
c6696feb09
7 changed files with 4 additions and 9 deletions
|
@ -26,7 +26,6 @@ from idlelib import pyparse
|
|||
from idlelib import query
|
||||
from idlelib import replace
|
||||
from idlelib import search
|
||||
from idlelib import textview
|
||||
from idlelib import windows
|
||||
|
||||
# The default tab setting for a Text widget, in average-width characters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue