Skip to content

Commit 136b21c

Browse files
committed
long running tasks
1 parent 2799012 commit 136b21c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/storage/src/simcore_service_storage/modules/long_running_tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from servicelib.aiohttp.long_running_tasks.server import setup
1+
from fastapi import FastAPI
2+
from servicelib.fastapi.long_running_tasks._server import setup
23

34
from .._meta import API_VTAG
45

0 commit comments

Comments
 (0)