forked from VimPlug/jedi
Removed an important line by accident earlier.
This commit is contained in:
@@ -366,6 +366,7 @@ test_nocond
|
||||
elif node.type not in ('whitespace', 'operator', 'keyword',
|
||||
'parameters', 'decorated', 'except_clause') \
|
||||
and not isinstance(node, (tree.ClassOrFunc, tree.Import)):
|
||||
new.add(node)
|
||||
try:
|
||||
children = node.children
|
||||
except AttributeError:
|
||||
|
||||
Reference in New Issue
Block a user