Skip to content

Commit 4e662ea

Browse files
remove unused
1 parent b23966e commit 4e662ea

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
TaskID: TypeAlias = str
1010
TaskUUID: TypeAlias = UUID
1111

12-
_MIN_PROGRESS: Final[float] = 0.0
13-
_MAX_PROGRESS: Final[float] = 100.0
14-
1512
_CELERY_TASK_ID_KEY_SEPARATOR: Final[str] = ":"
1613

1714

0 commit comments

Comments
 (0)