mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 13:59:37 +08:00
Remove a strange comment
This commit is contained in:
@@ -103,7 +103,6 @@ def search_params(inference_state, execution_context, funcdef):
|
|||||||
))
|
))
|
||||||
params = [DynamicExecutedParams(inference_state, executed_params)
|
params = [DynamicExecutedParams(inference_state, executed_params)
|
||||||
for executed_params in zipped_params]
|
for executed_params in zipped_params]
|
||||||
# Inferes the ExecutedParams to types.
|
|
||||||
else:
|
else:
|
||||||
return create_default_params(execution_context, funcdef)
|
return create_default_params(execution_context, funcdef)
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Reference in New Issue
Block a user