Skip to content

Commit

Permalink
Merge pull request #360 from aiven/szypulka-fix-typing
Browse files Browse the repository at this point in the history
Fix typing for use_source_project_billing_group argument
  • Loading branch information
dangquangdon authored Sep 7, 2023
2 parents f35c3cf + c18acdb commit 70997fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiven/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ def create_project(
vat_id: str | None = None,
billing_emails: Sequence[str] | None = None,
tech_emails: Sequence[str] | None = None,
use_source_project_billing_group: str | None = None,
use_source_project_billing_group: bool | None = None,
) -> Mapping:
body: dict[str, Any] = {
"card_id": card_id,
Expand Down

0 comments on commit 70997fc

Please sign in to comment.