Skip to content

Commit 6be83a1

Browse files
committed
formatting
1 parent cfcb9d9 commit 6be83a1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

integrations/weaviate/tests/test_document_store.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ def test_init_is_lazy(_mock_client):
4949

5050
@pytest.mark.integration
5151
class TestWeaviateDocumentStore(
52-
CountDocumentsTest,
53-
WriteDocumentsTest,
54-
DeleteDocumentsTest,
55-
FilterDocumentsTest,
56-
UpdateByFilterTest
52+
CountDocumentsTest, WriteDocumentsTest, DeleteDocumentsTest, FilterDocumentsTest, UpdateByFilterTest
5753
):
5854
@pytest.fixture
5955
def document_store(self, request) -> WeaviateDocumentStore:

0 commit comments

Comments
 (0)