From b0a859df3c9884c202a01d2f3db5d4ddfb75e894 Mon Sep 17 00:00:00 2001 From: fahreddinozcan Date: Mon, 7 Oct 2024 18:12:14 +0300 Subject: [PATCH] ignore error --- tests/core/test_upsert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/test_upsert.py b/tests/core/test_upsert.py index ddd62c4..5ab4389 100644 --- a/tests/core/test_upsert.py +++ b/tests/core/test_upsert.py @@ -645,7 +645,7 @@ def test_upsert_to_none_namespace(embedding_index: Index): vectors=[ Data(id=v_id, data=v1_data), ], - namespace=None, + namespace=None, # type: ignore[arg-type] ) # test if the data is indeed inserted to default namespace with namespace=None config