Skip to content

Commit 647c635

Browse files
pilkibunjreback
pilkibun
authored andcommitted
CLN: fix cython warning (#27193)
1 parent 13f3f5a commit 647c635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslib.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ cpdef array_to_datetime(ndarray[object] values, str errors='raise',
721721
return result, tz_out
722722

723723

724-
cdef inline ignore_errors_out_of_bounds_fallback(ndarray[object] values):
724+
cdef ignore_errors_out_of_bounds_fallback(ndarray[object] values):
725725
"""
726726
Fallback for array_to_datetime if an OutOfBoundsDatetime is raised
727727
and errors == "ignore"

0 commit comments

Comments
 (0)