fix: TypeAlias import error

This commit is contained in:
Andrei Betlen 2024-02-22 03:27:28 -05:00
parent 3561ebf536
commit e10af30cf1

View file

@ -15,9 +15,9 @@ from typing import (
Optional,
TYPE_CHECKING,
TypeVar,
TypeAlias,
Generic,
)
from typing_extensions import TypeAlias
# Load the library