forked from VimPlug/jedi
PEP8 whitespace fixes
This commit is contained in:
@@ -403,7 +403,9 @@ class ArrayInstance(pr.Base):
|
|||||||
if self.var_args.start_pos != array.var_args.start_pos:
|
if self.var_args.start_pos != array.var_args.start_pos:
|
||||||
items += array.iter_content()
|
items += array.iter_content()
|
||||||
else:
|
else:
|
||||||
debug.warning('ArrayInstance recursion', self.var_args)
|
debug.warning(
|
||||||
|
'ArrayInstance recursion',
|
||||||
|
self.var_args)
|
||||||
continue
|
continue
|
||||||
items += evaluate.get_iterator_types([typ])
|
items += evaluate.get_iterator_types([typ])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user