mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
other side of the inequality
This commit is contained in:
parent
f302c7a68b
commit
b7d88c46c8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sys
|
||||||
import pytest
|
import pytest
|
||||||
from typing import Any, Tuple, Union, Type
|
from typing import Any, Tuple, Union, Type
|
||||||
|
|
||||||
if sys.version_info.minor < 11:
|
if sys.version_info.minor >= 11:
|
||||||
from typing import TypeAlias
|
from typing import TypeAlias
|
||||||
else:
|
else:
|
||||||
from typing_extensions import TypeAlias
|
from typing_extensions import TypeAlias
|
||||||
|
|
Loading…
Reference in a new issue