Skip to content

Commit 692de11

Browse files
author
Andrei Neagu
committed
changed palcement
1 parent cf516f3 commit 692de11

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€Žservices/storage/src/simcore_service_storage/api/_worker_tasks/_simcore_s3.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from ...modules.celery.models import TaskID, TaskId
1717
from ...modules.celery.utils import get_celery_worker, get_fastapi_app
1818
from ...simcore_s3_dsm import SimcoreS3DataManager
19-
from ._progress_utils import get_tqdm_progress, set_tqdm_absolute_progress
19+
from ...utils.progress_utils import get_tqdm_progress, set_tqdm_absolute_progress
2020

2121
_logger = logging.getLogger(__name__)
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from time import sleep
22

33
from models_library.progress_bar import ProgressReport
4-
from simcore_service_storage.api._worker_tasks._progress_utils import (
4+
from simcore_service_storage.utils.progress_utils import (
55
get_tqdm_progress,
66
set_tqdm_absolute_progress,
77
)

0 commit comments

Comments
Β (0)