Skip to content

Commit 098018a

Browse files
committed
fix the typecheck fix
1 parent 02a9860 commit 098018a

File tree

1 file changed

+2
-2
lines changed
  • services/api-server/src/simcore_service_api_server/exceptions/handlers

1 file changed

+2
-2
lines changed

services/api-server/src/simcore_service_api_server/exceptions/handlers/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from celery.exceptions import (
2-
CeleryError, # type: ignore[import-untyped] # pylint: disable=no-name-in-module
1+
from celery.exceptions import ( # type: ignore[import-untyped]
2+
CeleryError,
33
)
44
from fastapi import FastAPI
55
from fastapi.exceptions import RequestValidationError

0 commit comments

Comments
 (0)