Skip to content

Commit 4117015

Browse files
committed
typing
1 parent a9f2037 commit 4117015

File tree

1 file changed

+2
-2
lines changed
  • services/storage/src/simcore_service_storage/modules/celery

1 file changed

+2
-2
lines changed

services/storage/src/simcore_service_storage/modules/celery/signals.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
_LIFESPAN_TIMEOUT: Final[int] = 10
2424

2525

26-
def on_worker_init(sender, **_kwargs):
27-
def _init_fastapi():
26+
def on_worker_init(sender, **_kwargs) -> None:
27+
def _init_fastapi() -> None:
2828
loop = asyncio.new_event_loop()
2929
asyncio.set_event_loop(loop)
3030
shutdown_event = asyncio.Event()

0 commit comments

Comments
 (0)