Skip to content

Commit 4bad12f

Browse files
committed
formatting
1 parent d067a74 commit 4bad12f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

integrations/weaviate/tests/test_document_store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,6 @@ def test_count_documents_by_filter_empty_collection(self, document_store):
10571057
)
10581058
assert count == 0
10591059

1060-
10611060
def test_count_unique_metadata_by_filter_with_filter(self, document_store):
10621061
docs = [
10631062
Document(content="Doc 1", meta={"category": "TypeA", "status": "draft"}),

0 commit comments

Comments
 (0)