Skip to content

Commit 3605c4a

Browse files
committed
minor
1 parent 017c60f commit 3605c4a

File tree

1 file changed

+1
-3
lines changed
  • services/storage/src/simcore_service_storage/api/rest

1 file changed

+1
-3
lines changed

services/storage/src/simcore_service_storage/api/rest/_files.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
from models_library.projects_nodes_io import LocationID, StorageFileID
2121
from pydantic import AnyUrl, ByteSize, TypeAdapter
2222
from servicelib.aiohttp import status
23-
from simcore_service_storage.modules.long_running_tasks import (
24-
get_completed_upload_tasks,
25-
)
2623
from yarl import URL
2724

2825
from ...dsm import get_dsm_provider
@@ -37,6 +34,7 @@
3734
StorageQueryParamsBase,
3835
UploadLinks,
3936
)
37+
from ...modules.long_running_tasks import get_completed_upload_tasks
4038
from ...simcore_s3_dsm import SimcoreS3DataManager
4139
from ...utils.utils import create_upload_completion_task_name
4240

0 commit comments

Comments
 (0)