1
0
forked from VimPlug/jedi

Make the failing test pass; dotted type works now

This commit is contained in:
Takafumi Arakaki
2013-01-30 01:13:50 +01:00
parent 9f416c9dae
commit 81f59f9a6e

View File

@@ -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 []