Skip to content

chore(BA-440): Upgrade mypy to 1.14.1 and ruff to 0.8.5 #3354

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

Merged
merged 9 commits into from
Jan 2, 2025
Prev Previous commit
style: fix indent
  • Loading branch information
achimnol committed Jan 2, 2025
commit 51dc0e61bbe40c074de06c0e717b09123c4d6592
6 changes: 3 additions & 3 deletions src/ai/backend/client/func/keypair.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ async def create(
q = _d(
"""
mutation($user_id: %s, $input: KeyPairInput!) {
create_keypair(user_id: $user_id, props: $input) {
ok msg keypair { $fields }
}
create_keypair(user_id: $user_id, props: $input) {
ok msg keypair { $fields }
}
}
"""
% uid_type
Expand Down
Loading