Skip to content

Commit

Permalink
remove typeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tstadel committed Nov 30, 2023
1 parent 14be28d commit 1e0f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/opensearch/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from haystack.document_stores.errors import DocumentStoreError, DuplicateDocumentError
from haystack.document_stores.protocols import DuplicatePolicy
from haystack.testing.document_store import DocumentStoreBaseTests
from opensearchpy.exceptions import RequestError # type: ignore[import-not-found]
from opensearchpy.exceptions import RequestError

from opensearch_haystack.document_store import OpenSearchDocumentStore

Expand Down

0 comments on commit 1e0f44a

Please sign in to comment.