forked from VimPlug/jedi
Make the failing test pass; dotted type works now
This commit is contained in:
@@ -34,7 +34,6 @@ def follow_param(param):
|
|||||||
|
|
||||||
p = parsing.PyFuzzyParser(param_str, None, user_position,
|
p = parsing.PyFuzzyParser(param_str, None, user_position,
|
||||||
no_docstr=True)
|
no_docstr=True)
|
||||||
p.user_stmt.parent = func
|
|
||||||
return evaluate.follow_statement(p.user_stmt)
|
return evaluate.follow_statement(p.user_stmt)
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user