Skip to content

Commit cfb46d7

Browse files
committed
added pesky blank lines - E302 expected 2 blank lines, found 1 in parsers.pyx
1 parent f2a6868 commit cfb46d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/parsers.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def c_type_conv(st):
280280
cdef bytes py_bytes = st.encode()
281281
return py_bytes
282282

283+
283284
# common NA values
284285
# no longer excluding inf representations
285286
# '1.#INF','-1.#INF', '1.#INF000000',

0 commit comments

Comments
 (0)