mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626)
This commit is contained in:
parent
219c2de5ad
commit
fd6f8c56b9
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