Skip to content

Commit

Permalink
thx coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Nov 19, 2024
1 parent 85a46fe commit d1bbf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/operators/store/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def update_ttl(self, key: str, new_ttl: int) -> None:
"""
self._store_service.update_ttl(self.store_name, key, new_ttl)

def get_metadata(self, key: str) -> Optional[datetime]:
def get_metadata(self, key: str) -> Optional[dict]:
"""Retrieves the metadata for the given key.
Args:
Expand Down

0 comments on commit d1bbf93

Please sign in to comment.