mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54: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
|
||||
from typing import Any, Tuple, Union, Type
|
||||
|
||||
if sys.version_info.minor < 11:
|
||||
if sys.version_info.minor >= 11:
|
||||
from typing import TypeAlias
|
||||
else:
|
||||
from typing_extensions import TypeAlias
|
||||
|
|
Loading…
Reference in a new issue