We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa422be commit 8f92f03Copy full SHA for 8f92f03
1 file changed
integrations/opensearch/src/haystack_integrations/components/retrievers/opensearch/utils.py
@@ -2,13 +2,12 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-from typing import Any
6
7
from haystack_integrations.document_stores.opensearch import OpenSearchDocumentStore
8
9
10
def _resolve_document_store(
11
- runtime_document_store: Any,
+ runtime_document_store: OpenSearchDocumentStore | None,
12
default_document_store: OpenSearchDocumentStore,
13
) -> OpenSearchDocumentStore:
14
"""
0 commit comments