1
0
forked from VimPlug/jedi

Rewrote sys_path._paths_from_assignment.

This commit is contained in:
Dave Halter
2014-09-04 14:12:10 +02:00
parent 4180005893
commit 7b2e11d71b
4 changed files with 53 additions and 48 deletions

View File

@@ -202,7 +202,7 @@ class Parser(object):
if annotation:
param.add_annotation(annotation)
# function params without vars are usually syntax errors.
# Function params without vars are usually syntax errors.
# expressions are valid in superclass declarations.
if param is not None and param.get_defined_names():
param.position_nr = pos