Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sanitize KAPI keys to lowercase #522

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

sanitize KAPI keys to lowercase #522

wants to merge 1 commit into from

Conversation

hweawer
Copy link
Contributor

@hweawer hweawer commented Sep 23, 2024

No description provided.

@hweawer hweawer requested a review from F4ever September 23, 2024 09:25
@F4ever F4ever added the V4 label Oct 2, 2024
@hweawer hweawer self-assigned this Oct 3, 2024
@@ -17,6 +17,11 @@ class KAPIClientError(NotOkResponse):
pass


def _transform_keys_response(data: list[dict]) -> list[dict]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def _transform_keys_response(data: list[dict]) -> list[dict]:
def _transform_keys_response(data: list[LidoKey]) -> list[LidoKey]:

@F4ever F4ever added V5 and removed V4 labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants