Skip to content

Commit 8b57401

Browse files
committed
chore: workaround double quote lint
1 parent a7ab941 commit 8b57401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/parsers.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ cdef class TextReader:
13621362
const char *ignored_chars = " +-"
13631363
const char *digits = "0123456789"
13641364
const char *float_indicating_chars = "eE"
1365-
char null_byte = "\0"
1365+
char null_byte = 0
13661366

13671367
coliter_setup(&it, self.parser, col, start)
13681368

0 commit comments

Comments
 (0)