diff --git a/dbt_platform_helper/utils/application.py b/dbt_platform_helper/utils/application.py index 819fa2cbb..e96218fa6 100644 --- a/dbt_platform_helper/utils/application.py +++ b/dbt_platform_helper/utils/application.py @@ -7,9 +7,6 @@ from typing import Dict import boto3 -from boto3 import Session -import yaml -from yaml.parser import ParserError from dbt_platform_helper.constants import PLATFORM_CONFIG_FILE from dbt_platform_helper.platform_exception import PlatformException