Skip to content

Commit a42cb3c

Browse files
committed
test change in pxd
1 parent bebf759 commit a42cb3c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pandas/core/algorithms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
is_list_like)
3030
from pandas.types.missing import isnull
3131

32-
3332
import pandas.core.common as com
3433
import pandas.algos as algos
3534
import pandas.hashtable as htable

pandas/src/util.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,6 @@ 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+
100101
cdef inline bint is_period_object(object val):
101102
return getattr(val, '_typ', '_typ') == 'period'

0 commit comments

Comments
 (0)