mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Delete a few unused names suggested by pyflakes.
This commit is contained in:
parent
f18f87111b
commit
44f09ebd0f
5 changed files with 10 additions and 10 deletions
|
@ -101,7 +101,7 @@ class ModuleBrowserTreeItem(TreeItem):
|
|||
return []
|
||||
try:
|
||||
dict = pyclbr.readmodule_ex(name, [dir] + sys.path)
|
||||
except ImportError as msg:
|
||||
except ImportError:
|
||||
return []
|
||||
items = []
|
||||
self.classes = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue