diff --git a/local-app/python-tools/gfl-resource-actions/aws_resource_management/managers/ecr.py b/local-app/python-tools/gfl-resource-actions/aws_resource_management/managers/ecr.py index d52b8d5b..45ef81c5 100644 --- a/local-app/python-tools/gfl-resource-actions/aws_resource_management/managers/ecr.py +++ b/local-app/python-tools/gfl-resource-actions/aws_resource_management/managers/ecr.py @@ -9,10 +9,9 @@ from concurrent.futures import ThreadPoolExecutor, as_completed from aws_resource_management.managers.base import ResourceManager -from aws_resource_management.utils.api_utils import create_client +from aws_resource_management.utils.aws_core_utils import create_client from aws_resource_management.utils.logging_utils import logger from aws_resource_management.utils.config_utils import get_config -from aws_resource_management.utils.aws_core_utils import create_cache_key, safe_get_dict_value from aws_resource_management.utils.datetime_utils import parse_iso_datetime config = get_config()