Skip to content

Commit f115ebe

Browse files
committed
Fix pylint
1 parent df34770 commit f115ebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: haystack/components/preprocessors/csv_document_cleaner.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class CSVDocumentCleaner:
2828

2929
def __init__(
3030
self,
31+
*,
3132
ignore_rows: int = 0,
3233
ignore_columns: int = 0,
3334
remove_empty_rows: bool = True,

0 commit comments

Comments
 (0)