From 988b98d500bf07f9b3d4e03ca4957f99957bc383 Mon Sep 17 00:00:00 2001 From: am-agrawa Date: Fri, 19 Jul 2024 00:38:10 +0530 Subject: [PATCH] flake8 issue Signed-off-by: am-agrawa --- ocs_ci/helpers/dr_helpers.py | 2 -- 1 file changed, 2 deletions(-) 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__)