Skip to content

Commit 29f2e5c

Browse files
committed
another dummy pxd change
1 parent 4329a4a commit 29f2e5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/src/util.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ cdef inline bint _checknull(object val):
8585
except ValueError:
8686
return False
8787

88-
8988
cdef inline bint _checknull_old(object val):
9089
import numpy as np
9190
cdef double INF = <double> np.inf

0 commit comments

Comments
 (0)