Open
Description
openedon Jul 2, 2024
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]
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels