Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson authored and bsbodden committed Feb 21, 2025
1 parent 4e1e102 commit 78c6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/redis/tests/unit_tests/test_vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def from_dict(cls, dict_data: Dict[str, Any]) -> "MockSearchIndex":
return cls(schema=dict_data)

def key(self, id: str) -> str:
pass
return f"key:{id}"

@classmethod
def from_yaml(cls, yaml_path: str) -> "MockSearchIndex":
Expand Down

0 comments on commit 78c6839

Please sign in to comment.