File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/api-server/src/simcore_service_api_server/services_rpc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717from models_library .api_schemas_storage import STORAGE_RPC_NAMESPACE
1818from servicelib .rabbitmq ._client_rpc import RabbitMQRPCClient
1919from servicelib .rabbitmq .rpc_interfaces .async_jobs import async_jobs
20- from simcore_service_api_server .exceptions .task_errors import (
20+
21+ from ..exceptions .service_errors_utils import service_exception_mapper
22+ from ..exceptions .task_errors import (
2123 TaskCancelledError ,
2224 TaskError ,
2325 TaskResultMissingError ,
2426 TaskSchedulerError ,
2527)
2628
27- from ..exceptions .service_errors_utils import service_exception_mapper
28-
2929_exception_mapper = functools .partial (
3030 service_exception_mapper , service_name = "Async jobs"
3131)
You can’t perform that action at this time.
0 commit comments