py3.8 compat

This commit is contained in:
Bagatur
2023-11-10 15:44:39 -08:00
parent f29df0d432
commit 07866da9b1

View File

@@ -1,4 +1,6 @@
from typing import Literal, TypedDict
from typing import Literal
from typing_extensions import TypedDict
class ImageURL(TypedDict, total=False):