Skip to content

Commit

Permalink
fix: quack ai review
Browse files Browse the repository at this point in the history
  • Loading branch information
Camille Modeste committed Sep 15, 2023
1 parent da8fc46 commit 3c6c03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro_risks/utils/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_file_metadata(self, object_key):
metadata = obj.metadata
return metadata

def get_files_metadata(self, pattern=None):
def get_files_metadata(self, pattern:str=None) -> dict:
"""
Lists files in the S3 bucket with their size in GB and last modified dates.
Expand Down

0 comments on commit 3c6c03d

Please sign in to comment.