Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Nov 12, 2024
1 parent 1e5470d commit ac4eea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@component
class NLTKDocumentSplitter(DocumentSplitter):
def __init__(
def __init__( # pylint: disable=too-many-positional-arguments
self,
split_by: Literal["word", "sentence", "page", "passage", "function"] = "word",
split_length: int = 200,
Expand Down

0 comments on commit ac4eea2

Please sign in to comment.