Skip to content

Commit

Permalink
added return type
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sankhe <[email protected]>
  • Loading branch information
psankhe28 committed Sep 23, 2024
1 parent fee8228 commit bfac0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_storage_handler/clients/minio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, config_file=None):
config_file = config_file or get_config_path()
self.config = Foca(config_file=config_file).conf

def get_minio_config(self):
def get_minio_config(self) -> MinioConfig:
"""Retrieve the MinIO configuration.
Returns:
Expand Down

0 comments on commit bfac0b9

Please sign in to comment.