From 8c24b0560ca2a5fbc307fd5857684c1d63898265 Mon Sep 17 00:00:00 2001 From: Davide Fusca Date: Tue, 19 Nov 2024 18:26:21 +0100 Subject: [PATCH] fix linter --- core/tests/routes/memory/test_memory_recall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tests/routes/memory/test_memory_recall.py b/core/tests/routes/memory/test_memory_recall.py index 5fb10d6a7..dd3860e5b 100644 --- a/core/tests/routes/memory/test_memory_recall.py +++ b/core/tests/routes/memory/test_memory_recall.py @@ -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