mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)
(cherry picked from commit fd6f8c56b9
)
This commit is contained in:
parent
230ffeae0a
commit
38ecf57306
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import os
|
|||
import sys
|
||||
|
||||
from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem
|
||||
from idlelib.pyshell import PyShellFileList
|
||||
from idlelib.tree import TreeItem
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue