aiven / aiven-client

aiven-client (avn) is the official command-line client for Aiven
Apache License 2.0
87 stars 33 forks source link

Fix typing for use_source_project_billing_group argument #360

Closed szypulka closed 1 year ago

szypulka commented 1 year ago

About this change: What it does, why it matters

Change the type annotation for client.create_project.

According to API specification, use_source_project_billing_group argument is bool, not str.