Skip to content

Commit

Permalink
mypy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Aug 29, 2024
1 parent 181e52d commit 401344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/nodes/preprocessor/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(
"The 'tokenizer_model_folder' parameter will be ignored. "
"Please use the built-in nltk tokenizers instead by specifying the `language` parameter."
)

self.tokenizer_model_folder = None
self.clean_whitespace = clean_whitespace
self.clean_header_footer = clean_header_footer
self.clean_empty_lines = clean_empty_lines
Expand Down

0 comments on commit 401344e

Please sign in to comment.