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',
|
elif node.type not in ('whitespace', 'operator', 'keyword',
|
||||||
'parameters', 'decorated', 'except_clause') \
|
'parameters', 'decorated', 'except_clause') \
|
||||||
and not isinstance(node, (tree.ClassOrFunc, tree.Import)):
|
and not isinstance(node, (tree.ClassOrFunc, tree.Import)):
|
||||||
|
new.add(node)
|
||||||
try:
|
try:
|
||||||
children = node.children
|
children = node.children
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
|||||||
Reference in New Issue
Block a user