Skip to content

Commit

Permalink
fix flake8 issues
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Feb 20, 2024
1 parent cba41c9 commit d2ac60f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ocs_ci/ocs/bucket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import boto3
from botocore.handlers import disable_signing
from datetime import date

from ocs_ci.framework import config
from ocs_ci.ocs import constants
from ocs_ci.ocs.exceptions import TimeoutExpiredError, UnexpectedBehaviour
Expand Down Expand Up @@ -2604,4 +2604,3 @@ def bulk_s3_put_bucket_lifecycle_config(mcg_obj, buckets, lifecycle_config):
Bucket=bucket.name, LifecycleConfiguration=lifecycle_config
)
logger.info("Applied lifecyle rule on all the buckets")

0 comments on commit d2ac60f

Please sign in to comment.