From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 29 Nov 2017 03:15:06 +0000 (-0800) Subject: bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629) X-Git-Tag: v3.6.4rc1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38ecf57306ef25874ef7c44a9875771e90faee97;p=python bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629) (cherry picked from commit fd6f8c56b9a757210e8ceaea9edc50e502dc2085) --- diff --git a/Lib/idlelib/pathbrowser.py b/Lib/idlelib/pathbrowser.py index c61ae0f4fb..6de242d000 100644 --- a/Lib/idlelib/pathbrowser.py +++ b/Lib/idlelib/pathbrowser.py @@ -3,7 +3,6 @@ import os import sys from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem -from idlelib.pyshell import PyShellFileList from idlelib.tree import TreeItem