Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Feb 7, 2025
1 parent df34770 commit f115ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haystack/components/preprocessors/csv_document_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class CSVDocumentCleaner:

def __init__(
self,
*,
ignore_rows: int = 0,
ignore_columns: int = 0,
remove_empty_rows: bool = True,
Expand Down

0 comments on commit f115ebe

Please sign in to comment.