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, Optional,
TYPE_CHECKING, TYPE_CHECKING,
TypeVar, TypeVar,
TypeAlias,
Generic, Generic,
) )
from typing_extensions import TypeAlias
# Load the library # Load the library