fix: TypeAlias import error
This commit is contained in:
parent
3561ebf536
commit
e10af30cf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue