forked from VimPlug/jedi
fix empty return statement docstrings
This commit is contained in:
@@ -125,5 +125,7 @@ def find_return_types(func):
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
p = parsing.Parser(type_str, None, (1, 0), no_docstr=True)
|
p = parsing.Parser(type_str, None, (1, 0), no_docstr=True)
|
||||||
|
if p.user_stmt is None:
|
||||||
|
return []
|
||||||
p.user_stmt.parent = func
|
p.user_stmt.parent = func
|
||||||
return list(evaluate.follow_statement(p.user_stmt))
|
return list(evaluate.follow_statement(p.user_stmt))
|
||||||
|
|||||||
Reference in New Issue
Block a user