We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b8c17 commit bc448c9Copy full SHA for bc448c9
twitchio/ext/eventsub/models.py
@@ -4,7 +4,8 @@
4
import hashlib
5
import logging
6
from enum import Enum
7
-from typing import Dict, TYPE_CHECKING, Optional, Type, Union, Literal, Tuple
+from typing import Dict, TYPE_CHECKING, Optional, Type, Union, Tuple, List
8
+from typing_extensions import Literal
9
10
from aiohttp import web
11
0 commit comments