Skip to content

chore: regenerate client from updated OpenAPI spec#15

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

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

Conversation

@hotdata-automation
Copy link
Contributor

Auto-generated from updated HotData OpenAPI spec.

Comment on lines +430 to +435


@validate_call
def list_connection_types_without_preload_content(
self,
_request_timeout: Union[
Copy link

Choose a reason for hiding this comment

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

The generator emitted duplicate imports here — Field, StrictStr, and Annotated are already imported on lines 430–432, then re-imported on 434–435. This won't break anything (Python silently ignores duplicate imports), but it's a sign the generator template has a redundant import block. Worth fixing in the generator template if you own it.

Suggested change
@validate_call
def list_connection_types_without_preload_content(
self,
_request_timeout: Union[
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union
from typing_extensions import Annotated

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