Skip to content

Commit

Permalink
fixing imports path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Dec 3, 2024
1 parent 68dbbe8 commit a0dfea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from haystack import Document, component, logging
from haystack.components.preprocessors.document_splitter import DocumentSplitter
from haystack.components.preprocessors.utils import Language, SentenceSplitter, nltk_imports
from haystack.components.preprocessors.sentence_tokenizer import Language, SentenceSplitter, nltk_imports
from haystack.core.serialization import default_to_dict
from haystack.utils import serialize_callable

Expand Down

0 comments on commit a0dfea1

Please sign in to comment.