Kaydet (Commit) 38ecf573 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Terry Jan Reedy

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

(cherry picked from commit fd6f8c56)
üst 230ffeae
...@@ -3,7 +3,6 @@ import os ...@@ -3,7 +3,6 @@ import os
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment