Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
parikls committed Feb 12, 2025
1 parent 9464909 commit e7451fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,6 @@ ignore_missing_imports = true

[mypy-botocore.*]
ignore_missing_imports = true

[mypy-apolo_kube_client.*]
ignore_missing_imports = true
2 changes: 1 addition & 1 deletion src/platform_storage_api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pathlib import Path, PurePath
from typing import Optional, Union

from apolo_kube_client.client import KubeClientAuthType # type: ignore[import-untyped]
from apolo_kube_client.client import KubeClientAuthType
from yarl import URL


Expand Down

0 comments on commit e7451fe

Please sign in to comment.