mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 18:54:28 +00:00
python 3.9 compat
This commit is contained in:
parent
7dbb22f828
commit
ad060ce40d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import sys
|
import sys
|
||||||
from typing import TypeAlias, Union
|
from typing import Union
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
|
Loading…
Reference in a new issue