Skip to content

Commit 1afd32b

Browse files
authored
Removing unnecessary comments
1 parent 37f4592 commit 1afd32b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/parsers.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ cdef class TextReader:
472472
else:
473473
raise ValueError(f"Invalid value for on_bad_lines: {on_bad_lines}")
474474
else:
475-
# If it's not a string, assume it's already an integer/enum constant (like ERROR)
476475
c_on_bad_lines = on_bad_lines
477476

478477
self.parser.on_bad_lines = c_on_bad_lines

0 commit comments

Comments
 (0)