Skip to content

Commit 9925491

Browse files
committed
mypy
1 parent bb0ba57 commit 9925491

File tree

1 file changed

+1
-1
lines changed
  • services/api-server/src/simcore_service_api_server/repository

1 file changed

+1
-1
lines changed

services/api-server/src/simcore_service_api_server/repository/api_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import NamedTuple
33

44
import sqlalchemy as sa
5-
from aiocache import cached
5+
from aiocache import cached # type: ignore[import-untyped]
66
from models_library.products import ProductName
77
from pydantic.types import PositiveInt
88
from simcore_postgres_database.models.api_keys import api_keys as auth_api_keys_table

0 commit comments

Comments
 (0)