Skip to content

Commit eed06a3

Browse files
committed
unit test fix
1 parent 1313d23 commit eed06a3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/couchbase_haystack/document_stores/cluster_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class CouchbaseClusterOptions(dict):
8080
@overload
8181
def __init__(
8282
self,
83-
*,
8483
profile: Optional[KnownConfigProfiles] = None,
8584
# timeout_options
8685
bootstrap_timeout: Optional[timedelta] = None,

tests/search_document_store/test_retriever.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
import pytest
44
from couchbase import search
5+
from haystack import Pipeline
6+
from haystack.components.embedders import SentenceTransformersTextEmbedder
7+
from haystack.dataclasses import Document
8+
59
from couchbase_haystack import (
610
CouchbaseSearchDocumentStore,
711
CouchbaseSearchEmbeddingRetriever,
812
CouchbasePasswordAuthenticator,
913
)
10-
from haystack import Pipeline
11-
from haystack.components.embedders import SentenceTransformersTextEmbedder
12-
from haystack.dataclasses import Document
13-
1414
from tests.common.common import IS_GLOBAL_LEVEL_INDEX
1515

1616

0 commit comments

Comments
 (0)