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 4e09ac3 commit 46f1bd4Copy full SHA for 46f1bd4
services/api-server/src/simcore_service_api_server/exceptions/handlers/__init__.py
@@ -1,4 +1,6 @@
1
-from celery.exceptions import CeleryError
+from celery.exceptions import (
2
+ CeleryError, # type: ignore[import-untyped] # pylint: disable=no-name-in-module
3
+)
4
from fastapi import FastAPI
5
from fastapi.exceptions import RequestValidationError
6
from httpx import HTTPError as HttpxException
0 commit comments