Skip to content

Commit 7e17747

Browse files
committed
remove assert again
1 parent 3aa660f commit 7e17747

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/storage/src/simcore_service_storage/api/rpc/_async_jobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ async def list_jobs(
140140
app: FastAPI, filter_: str, job_id_data: AsyncJobNameData
141141
) -> list[AsyncJobGet]:
142142
assert app # nosec
143-
assert filter_ # nosec
144143
try:
145144
task_uuids = await get_celery_client(app).get_task_uuids(
146145
task_context=job_id_data.model_dump(),

0 commit comments

Comments
 (0)