Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Jan 13, 2022
1 parent 0189c53 commit c5ca583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/stores/aws.py
Expand Up @@ -410,7 +410,7 @@ def _sanitize_key(key):
# Metadata stored in the MongoDB index (self.index) is stored unchanged.

# Additionally, MinIO requires lowercase keys
return str(key).replace('_', '-').lower()
return str(key).replace('_', '-').lower()

def remove_docs(self, criteria: Dict, remove_s3_object: bool = False):
"""
Expand Down

0 comments on commit c5ca583

Please sign in to comment.