Skip to content

chore: regenerate client from updated OpenAPI spec#17

Open
hotdata-automation[bot] wants to merge 1 commit intomainfrom
openapi-update-23212640928
Open

chore: regenerate client from updated OpenAPI spec#17
hotdata-automation[bot] wants to merge 1 commit intomainfrom
openapi-update-23212640928

Conversation

@hotdata-automation
Copy link
Contributor

Auto-generated from updated HotData OpenAPI spec.

Comment on lines +19 to +20
from pydantic import Field, StrictStr
from typing_extensions import Annotated
Copy link

Choose a reason for hiding this comment

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

Duplicate imports — Field, StrictStr, and Annotated are already imported on lines 15 and 17. These two lines are redundant and can be removed. Looks like a generator template bug affecting both new API files (connection_types_api.py and indexes_api.py).

Comment on lines +19 to +20
from pydantic import Field, StrictStr
from typing_extensions import Annotated
Copy link

Choose a reason for hiding this comment

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

Same duplicate imports as in connection_types_api.pyField, StrictStr, and Annotated are already imported on lines 15 and 17. Fix the OpenAPI generator template to avoid emitting these redundant lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants