Skip to content

Attribute named client end up in 2 arguments named client #758

Closed
@truenicoco

Description

@truenicoco

Example generated output from mattermost openapi shema:

def sync_detailed(
    team_id: str,
    *,
    client: Client,
    client_version: str,
    locale: Union[Unset, None, str] = UNSET,
    client: str,  # nope, client was already used before
) -> Response[Union[Any, List["Notice"]]]:

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions