You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "a.py", line 14, in <module>
ret = Script(source, len(lines), len(lines[-1]), None).completions()
File "/home/XXX/.local/lib/python3.6/site-packages/jedi/api/__init__.py", line 182, in completions
c for c in completions
File "/home/XXX/.local/lib/python3.6/site-packages/jedi/api/__init__.py", line 184, in <listcomp>
or c._name.tree_name.get_definition().type in ('import_name', 'import_from')
AttributeError: 'NoneType' object has no attribute 'type'
I'm using jedi==0.13.0
The text was updated successfully, but these errors were encountered:
The completion crashes with the error:
I'm using jedi==0.13.0
The text was updated successfully, but these errors were encountered: