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,
|
||||
TYPE_CHECKING,
|
||||
TypeVar,
|
||||
TypeAlias,
|
||||
Generic,
|
||||
)
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
|
||||
# Load the library
|
||||
|
|
Loading…
Reference in a new issue