Skip to content

Commit ff7025f

Browse files
committed
mypy
1 parent 2977870 commit ff7025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33
from typing import Any
44

5-
from kombu.utils.json import register_type
5+
from kombu.utils.json import register_type # type: ignore[import-untyped]
66
from models_library.api_schemas_storage.storage_schemas import (
77
FileUploadCompletionBody,
88
FoldersBody,

0 commit comments

Comments
 (0)