mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
1.2.0 - shape ranges
missing import
This commit is contained in:
parent
f482f07be9
commit
2f5a4be8e7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ from functools import lru_cache
|
|||
from typing import Any, Dict, List, Union
|
||||
|
||||
from nptyping.base_meta_classes import ContainerMeta
|
||||
from nptyping.error import InvalidShapeError
|
||||
from nptyping.error import InvalidShapeError, NPTypingError
|
||||
from nptyping.nptyping_type import NPTypingType
|
||||
from nptyping.shape_expression import (
|
||||
get_dimensions,
|
||||
|
|
Loading…
Reference in a new issue