Skip to content

Commit 1e71021

Browse files
style(csv): format spreadsheet parser with black
1 parent 31e2f0a commit 1e71021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/utils/spreadsheet_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def is_empty(value: Optional[str]) -> bool:
138138
def validate_import_csv_rows(rows: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
139139
"""
140140
Entry point for parsing imported CSV files.
141-
141+
142142
CSV validation is handled at the parser level.
143143
Structural and row-level validation rules are implemented in
144144
"validate_import_csv_rows", which is invoked internally

0 commit comments

Comments
 (0)