1
0
forked from VimPlug/jedi

Remove a strange comment

This commit is contained in:
Dave Halter
2019-08-24 13:41:41 +02:00
parent 4db6793719
commit bccc85f453

View File

@@ -103,7 +103,6 @@ def search_params(inference_state, execution_context, funcdef):
))
params = [DynamicExecutedParams(inference_state, executed_params)
for executed_params in zipped_params]
# Inferes the ExecutedParams to types.
else:
return create_default_params(execution_context, funcdef)
finally: