File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
services/storage/src/simcore_service_storage/api/rpc Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33import logging
44
5- from celery .exceptions import CeleryError
5+ from celery .exceptions import CeleryError # type: ignore[import-untyped]
66from fastapi import FastAPI
77from models_library .api_schemas_rpc_async_jobs .async_jobs import (
88 AsyncJobGet ,
Original file line number Diff line number Diff line change 1- from celery .exceptions import CeleryError
1+ from celery .exceptions import CeleryError # type: ignore[import-untyped]
22from fastapi import FastAPI
33from models_library .api_schemas_rpc_async_jobs .async_jobs import (
44 AsyncJobGet ,
55 AsyncJobNameData ,
66)
7+ from models_library .api_schemas_rpc_async_jobs .exceptions import JobSchedulerError
78from models_library .api_schemas_storage .data_export_async_jobs import (
89 AccessRightError ,
910 DataExportTaskStartInput ,
1011 InvalidFileIdentifierError ,
1112)
1213from servicelib .rabbitmq import RPCRouter
13- from simcore_service_storage .api .rpc ._async_jobs import JobSchedulerError
1414
1515from ...datcore_dsm import DatCoreDataManager
1616from ...dsm import get_dsm_provider
You can’t perform that action at this time.
0 commit comments