Skip to content

Commit 24031b3

Browse files
Remove print statement
1 parent adb13cd commit 24031b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/document_stores/test_pinecone.py

-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ def test_split_overlap_meta(self, mocked_ds):
710710
"""
711711
doc = Document(content="test", meta={"_split_overlap": [{"doc_id": "test_id", "range": (0, 10)}]}, id="test_id")
712712
# Test writing as JSON string
713-
print(mocked_ds.pinecone_indexes["document"].pool_threads)
714713
mocked_ds.write_documents([doc])
715714
call_args = mocked_ds.pinecone_indexes["document"].upsert.call_args.kwargs
716715
assert list(call_args["vectors"])[0][2] == {

0 commit comments

Comments
 (0)