Skip to content

Commit bc448c9

Browse files
committed
un-break RTD
1 parent 95b8c17 commit bc448c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twitchio/ext/eventsub/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
import hashlib
55
import logging
66
from enum import Enum
7-
from typing import Dict, TYPE_CHECKING, Optional, Type, Union, Literal, Tuple
7+
from typing import Dict, TYPE_CHECKING, Optional, Type, Union, Tuple, List
8+
from typing_extensions import Literal
89

910
from aiohttp import web
1011

0 commit comments

Comments
 (0)