forked from VimPlug/jedi
Fix a lot on PEP 484.
This commit is contained in:
@@ -78,6 +78,7 @@ class Warning(Error):
|
||||
|
||||
|
||||
def add(evaluator, name, jedi_obj, message=None, typ=Error, payload=None):
|
||||
return
|
||||
from jedi.evaluate.iterable import MergedNodes
|
||||
while isinstance(jedi_obj, MergedNodes):
|
||||
if len(jedi_obj) != 1:
|
||||
|
||||
Reference in New Issue
Block a user