forked from VimPlug/jedi
Fix some more issues with imports and attribute warnings of static analysis.
This commit is contained in:
@@ -78,7 +78,7 @@ def search_params(evaluator, parent_context, funcdef):
|
||||
funcdef
|
||||
)
|
||||
if function_executions:
|
||||
zipped_params = zip(*(
|
||||
zipped_params = zip(*list(
|
||||
function_execution.get_params()
|
||||
for function_execution in function_executions
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user