Skip to content

Commit 5bbcefc

Browse files
typecheck
1 parent 2416227 commit 5bbcefc

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

services/storage/src/simcore_service_storage/modules/celery/backends/_redis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from datetime import timedelta
33
from typing import Final
44

5-
from celery.result import AsyncResult
6-
from common_library.async_tools import make_async # type: ignore[import-untyped]
5+
from celery.result import AsyncResult # type: ignore[import-untyped]
6+
from common_library.async_tools import make_async
77
from models_library.progress_bar import ProgressReport
88
from servicelib.redis._client import RedisClientSDK
99

0 commit comments

Comments
 (0)