Skip to content

Commit 29b91d5

Browse files
committed
Pass Any to Mixin Generic instead of None
1 parent f451140 commit 29b91d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/commands/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
logger: logging.Logger = logging.getLogger(__name__)
5959

6060

61-
class Bot(Mixin[None], Client):
61+
class Bot(Mixin[Any], Client):
6262
"""The TwitchIO ``commands.Bot`` class.
6363
6464
The Bot is an extension of and inherits from :class:`twitchio.Client` and comes with additonal powerful features for

0 commit comments

Comments
 (0)