Skip to content

Commit cd1099c

Browse files
committed
added blank lines - E302 expected 2 blank lines, found 1 in parsers.pyx
1 parent 20a24d0 commit cd1099c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/parsers.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,10 @@ DEFAULT_CHUNKSIZE = 256 * 1024
281281
def c_type_conv(st):
282282
cdef bytes py_bytes = st.encode()
283283
return py_bytes
284+
284285
_NA_VALUES = [c_type_conv(x) for x in parsers._NA_VALUES]
285286

287+
286288
cdef class TextReader:
287289
"""
288290

0 commit comments

Comments
 (0)