Skip to content

Commit f046169

Browse files
committed
cosmetic fix
1 parent a454ee7 commit f046169

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

services/api-server/src/simcore_service_api_server/api/routes/functions_routes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,6 @@ async def map_function(
402402
to_run_function: Annotated[RegisteredFunction, Depends(get_function)],
403403
function_inputs_list: FunctionInputsList,
404404
url_for: Annotated[Callable, Depends(get_reverse_url_mapper)],
405-
function_jobs_service: Annotated[
406-
FunctionJobService, Depends(get_function_job_service)
407-
],
408405
function_job_task_client_service: Annotated[
409406
FunctionJobTaskClientService, Depends(get_function_job_task_client_service)
410407
],

0 commit comments

Comments
 (0)