diff --git a/ocs_ci/helpers/dr_helpers.py b/ocs_ci/helpers/dr_helpers.py index fbe483f17c5c..21d36bf18a6f 100644 --- a/ocs_ci/helpers/dr_helpers.py +++ b/ocs_ci/helpers/dr_helpers.py @@ -5,7 +5,6 @@ import json import logging import tempfile -import boto3 from ocs_ci.framework import config from ocs_ci.ocs import constants, ocp @@ -31,7 +30,6 @@ CommandFailed, run_cmd, ) -from botocore.exceptions import BotoCoreError logger = logging.getLogger(__name__)