Skip to content

Invalid type hinting in initial_channels #460

Closed
@junah201

Description

@junah201

I was just curious about TwitchIO's internal code implementation and happened to stumble upon an incorrect type hint.

The type of initial_channels in WSConnection is actually Union[list, tuple, Callable], but it is List[str].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions