Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Feb 27, 2024
1 parent 82fb44b commit 55a3664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example_store/document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from haystack import Document, default_from_dict, default_to_dict
from haystack.document_stores.errors import DuplicateDocumentError, MissingDocumentError
from haystack.document_stores.protocols import DuplicatePolicy
from haystack.document_stores.types import DuplicatePolicy

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 55a3664

Please sign in to comment.