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 3aa660f commit 7e17747Copy full SHA for 7e17747
services/storage/src/simcore_service_storage/api/rpc/_async_jobs.py
@@ -140,7 +140,6 @@ async def list_jobs(
140
app: FastAPI, filter_: str, job_id_data: AsyncJobNameData
141
) -> list[AsyncJobGet]:
142
assert app # nosec
143
- assert filter_ # nosec
144
try:
145
task_uuids = await get_celery_client(app).get_task_uuids(
146
task_context=job_id_data.model_dump(),
0 commit comments