mirror of
https://github.com/python/cpython.git
synced 2025-11-09 10:01:42 +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 sys
|
import sys
|
||||||
|
|
||||||
from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem
|
from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem
|
||||||
from idlelib.pyshell import PyShellFileList
|
|
||||||
from idlelib.tree import TreeItem
|
from idlelib.tree import TreeItem
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue