fix(pyargus): import TypeAlias from extensions for older python
This commit is contained in:
parent
e9b17f1213
commit
7a68fd29d7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
from typing import ClassVar, Literal, TypeAlias, TypeVar, final
|
from typing import ClassVar, Literal, TypeVar, final
|
||||||
|
|
||||||
from typing_extensions import Generic, Self
|
from typing_extensions import Generic, Self, TypeAlias
|
||||||
|
|
||||||
__version__: str
|
__version__: str
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue