Skip to content

Commit 479c311

Browse files
committed
commit after cache rebuilt
1 parent a42cb3c commit 479c311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/src/util.pxd

-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@ cdef inline bint _checknull_old(object val):
9797
cdef inline bint _checknan(object val):
9898
return not cnp.PyArray_Check(val) and val != val
9999

100-
101100
cdef inline bint is_period_object(object val):
102101
return getattr(val, '_typ', '_typ') == 'period'

0 commit comments

Comments
 (0)