1
0
forked from VimPlug/jedi

Removed an important line by accident earlier.

This commit is contained in:
Dave Halter
2015-09-21 14:02:42 +02:00
parent e09b0a2aab
commit e47ca7b734

View File

@@ -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: