Skip to content

Commit 0eb0ab6

Browse files
committed
isort
1 parent aed50c5 commit 0eb0ab6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

integrations/astra/tests/test_document_store.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
from haystack.document_stores.errors import MissingDocumentError
1212
from haystack.document_stores.types import DuplicatePolicy
1313
from haystack.testing.document_store import (
14-
DocumentStoreBaseExtendedTests,
1514
CountDocumentsByFilterTest,
1615
CountUniqueMetadataByFilterTest,
17-
GetMetadataFieldsInfoTest,
16+
DocumentStoreBaseExtendedTests,
1817
GetMetadataFieldMinMaxTest,
19-
GetMetadataFieldUniqueValuesTest
18+
GetMetadataFieldsInfoTest,
19+
GetMetadataFieldUniqueValuesTest,
2020
)
2121

22-
2322
from haystack_integrations.document_stores.astra import AstraDocumentStore
2423

2524

@@ -149,7 +148,7 @@ class TestDocumentStore(
149148
CountUniqueMetadataByFilterTest,
150149
GetMetadataFieldsInfoTest,
151150
GetMetadataFieldMinMaxTest,
152-
GetMetadataFieldUniqueValuesTest
151+
GetMetadataFieldUniqueValuesTest,
153152
):
154153
"""
155154
Common test cases will be provided by `DocumentStoreBaseExtendedTests` but

0 commit comments

Comments
 (0)