File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
services/api-server/src/simcore_service_api_server/api/routes Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2424from ...services_rpc .wb_api_server import WbApiRpcClient
2525from ..dependencies .application import get_app
2626from ..dependencies .authentication import get_current_user_id , get_product_name
27- from ..dependencies .celery import get_task_manager
2827from ..dependencies .functions import (
2928 get_function_from_functionjobid ,
3029)
@@ -269,7 +268,6 @@ async def function_job_collection_status(
269268 FunctionJobTaskClientService , Depends (get_function_job_task_client_service )
270269 ],
271270) -> FunctionJobCollectionStatus :
272- task_manager = get_task_manager (app )
273271 function_job_collection = await get_function_job_collection (
274272 function_job_collection_id = function_job_collection_id ,
275273 wb_api_rpc = wb_api_rpc ,
You can’t perform that action at this time.
0 commit comments