Skip to content

Commit 74814c4

Browse files
fix: typecheck
1 parent 03c52b4 commit 74814c4

File tree

1 file changed

+2
-1
lines changed
  • services/web/server/src/simcore_service_webserver

1 file changed

+2
-1
lines changed

services/web/server/src/simcore_service_webserver/celery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ async def setup_celery_task_manager(app: web.Application):
4545

4646

4747
def get_task_manager(app: web.Application) -> TaskManager:
48-
return app[_APP_CELERY_TASK_MANAGER]
48+
task_manager: CeleryTaskManager = app[_APP_CELERY_TASK_MANAGER]
49+
return task_manager
4950

5051

5152
# PLUGIN SETUP --------------------------------------------------------------------------

0 commit comments

Comments
 (0)