Skip to content

Commit 7b4a080

Browse files
the second fix linter in utils.py
1 parent e566719 commit 7b4a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ def validate_and_normalize_cell(cell: str):
116116
raise ValueError(f"Cell contains non-latin characters: '{letters}'. Only Latin letters allowed.")
117117

118118
return letters.upper() + numbers
119-
119+

0 commit comments

Comments
 (0)