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 a7be599 commit 69f2675Copy full SHA for 69f2675
services/web/server/src/simcore_service_webserver/projects/_jobs_repository.py
@@ -1,5 +1,4 @@
1
import logging
2
-from typing import cast
3
4
import sqlalchemy as sa
5
from models_library.products import ProductName
@@ -140,4 +139,4 @@ async def list_projects_marked_as_jobs(
140
139
result.fetchall()
141
)
142
143
- return cast(int, total_count), projects_list
+ return total_count, projects_list
0 commit comments