We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cd7ba commit 2ade1cbCopy full SHA for 2ade1cb
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs.py
@@ -197,7 +197,7 @@ async def start_job(
197
user_id: Annotated[PositiveInt, Depends(get_current_user_id)],
198
director2_api: Annotated[DirectorV2Api, Depends(get_api_client(DirectorV2Api))],
199
webserver_api: Annotated[AuthSession, Depends(get_webserver_session)],
200
- cluster_id: Annotated[ # pytest: disable=unused-argument # noqa: ARG001
+ cluster_id: Annotated[ # pylint: disable=unused-argument # noqa: ARG001
201
ClusterID | None, Query(deprecated=True)
202
] = None,
203
):
0 commit comments