1
0
forked from VimPlug/jedi

Fix issues with the current branch

This commit is contained in:
Dave Halter
2018-08-09 23:25:29 +02:00
parent 62842c8ac1
commit b3a07941bb
3 changed files with 7 additions and 4 deletions

View File

@@ -431,7 +431,7 @@ def _is_annotation_name(name):
c = ancestor.children
if len(c) > 1 and c[1].type == 'annassign':
return c[1].start_pos <= name.start_pos < c[1].end_pos
return True
return False
def _is_tuple(context):