1
0
forked from VimPlug/jedi

Fix some interpreter issues

This commit is contained in:
Dave Halter
2019-08-20 09:09:19 +02:00
parent 217b632213
commit 39b294e085
15 changed files with 83 additions and 50 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def infer_import(context, tree_name, is_goto=False):
from_import_name,
name_context=context,
analysis_errors=False
) for c in types.as_context()
) for c in types
])
else:
types = types.py__getattribute__(