Skip to content

Commit

Permalink
Update haystack/components/preprocessors/document_splitter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
davidsbatista and anakin87 authored Dec 12, 2024
1 parent aca82e4 commit 47ab319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haystack/components/preprocessors/document_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ def __init__( # pylint: disable=too-many-positional-arguments
keep_white_spaces=True,
)

def _init_checks( # pylint: disable=too-many-positional-arguments
def _init_checks(
self,
*,
split_by: str,
split_length: int,
split_overlap: int,
Expand Down

0 comments on commit 47ab319

Please sign in to comment.