diff options
Diffstat (limited to 'ice_validator')
-rw-r--r-- | ice_validator/tests/structures.py | 2 | ||||
-rw-r--r-- | ice_validator/tests/utils/ports.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py index 535eeac..362076d 100644 --- a/ice_validator/tests/structures.py +++ b/ice_validator/tests/structures.py @@ -44,7 +44,7 @@ import sys from tests import cached_yaml as yaml from tests.helpers import load_yaml, get_param -from .utils import nested_dict +from tests.utils import nested_dict VERSION = "4.2.0" diff --git a/ice_validator/tests/utils/ports.py b/ice_validator/tests/utils/ports.py index 4dbbb4f..d57625d 100644 --- a/ice_validator/tests/utils/ports.py +++ b/ice_validator/tests/utils/ports.py @@ -38,7 +38,7 @@ # from tests.structures import Heat from tests.helpers import parameter_type_to_heat_type, prop_iterator -from . import nested_dict +from tests.utils import nested_dict AAP_EXEMPT_CAVEAT = ( |