bpo-32100: Delete unneeded import in idlelib.pathbrowser. (#4626)

This commit is contained in:
Terry Jan Reedy 2017-11-28 21:50:21 -05:00 committed by GitHub
parent 219c2de5ad
commit fd6f8c56b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import os
import sys
from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem
from idlelib.pyshell import PyShellFileList
from idlelib.tree import TreeItem