Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tstadel committed Nov 30, 2023
1 parent f21b4e6 commit fb45397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from opensearch_haystack.document_store import OpenSearchDocumentStore
from opensearch_haystack.bm25_retriever import OpenSearchBM25Retriever
from opensearch_haystack.document_store import OpenSearchDocumentStore
from opensearch_haystack.embedding_retriever import OpenSearchEmbeddingRetriever

__all__ = ["OpenSearchDocumentStore", "OpenSearchBM25Retriever", "OpenSearchEmbeddingRetriever"]

0 comments on commit fb45397

Please sign in to comment.