TwitchIO icon indicating copy to clipboard operation
TwitchIO copied to clipboard

Invalid type hinting in initial_channels

Open junah201 opened this issue 7 months ago • 1 comments

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].

junah201 avatar Jul 02 '24 19:07 junah201