Skip to content

Commit

Permalink
reverted unwanted change
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sankhe <[email protected]>
  • Loading branch information
psankhe28 committed Oct 8, 2024
1 parent ccc0a46 commit 7cadca3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cloud_storage_handler/clients/minio.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ def get_minio_client():
"""
init_client = MinioClient()
client = init_client.get_client()
minio = MinioClient()
minio_client = minio.client
minio_client.create_bucket()
client.create_bucket()
return client


Expand Down

0 comments on commit 7cadca3

Please sign in to comment.