Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dave90 committed Nov 19, 2024
1 parent 28b0219 commit 8c24b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tests/routes/memory/test_memory_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def test_memory_recall_with_metadata(client):

# insert a new points with metadata
for req_json in messages:
res = client.post(
f"/memory/collections/episodic/points", json=req_json
client.post(
"/memory/collections/episodic/points", json=req_json
)

# recall with metadata
Expand Down

0 comments on commit 8c24b05

Please sign in to comment.