Skip to content

Commit 32e3b0a

Browse files
author
Ben Kandel
committed
lint
1 parent e6b1237 commit 32e3b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/parser.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ cdef class TextReader:
719719
# e.g., if header=3 and file only has 2 lines
720720
elif (self.parser.lines < hr + 1
721721
and not isinstance(self.orig_header, list)) or (
722-
self.parser.lines < hr):
722+
self.parser.lines < hr):
723723
msg = self.orig_header
724724
if isinstance(msg, list):
725725
msg = "[%s], len of %d," % (

0 commit comments

Comments
 (0)