We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2977870 commit ff7025fCopy full SHA for ff7025f
services/storage/src/simcore_service_storage/modules/celery/_celery_types.py
@@ -2,7 +2,7 @@
2
from pathlib import Path
3
from typing import Any
4
5
-from kombu.utils.json import register_type
+from kombu.utils.json import register_type # type: ignore[import-untyped]
6
from models_library.api_schemas_storage.storage_schemas import (
7
FileUploadCompletionBody,
8
FoldersBody,
0 commit comments