Skip to content

Commit 9cc4d15

Browse files
the third fix linter in utils.py
1 parent 7b4a080 commit 9cc4d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,3 @@ 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-

0 commit comments

Comments
 (0)