diff --git a/src/profiles/idw/yaml_helper.py b/src/profiles/idw/yaml_helper.py index 3e71bb2a..fd859434 100644 --- a/src/profiles/idw/yaml_helper.py +++ b/src/profiles/idw/yaml_helper.py @@ -23,6 +23,7 @@ from src.blueprints.common_models import GroupACL, UserACL from src.blueprints.custom_data_types import Username from src.mytardis_client.common_types import DataClassification, DataStatus +from src.profiles.idw.idw_utils import replace_micrometer_values # Constants logger = logging.getLogger(__name__)