Skip to content

Commit 07c9594

Browse files
committed
remove unallowed type declaration
1 parent ec6757f commit 07c9594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/conversion.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ cdef inline int64_t _normalized_stamp(pandas_datetimestruct *dts) nogil:
905905
return dtstruct_to_dt64(dts)
906906

907907

908-
def bint is_date_array_normalized(ndarray[int64_t] stamps, tz=None):
908+
def is_date_array_normalized(ndarray[int64_t] stamps, tz=None):
909909
"""
910910
Check if all of the given (nanosecond) timestamps are normalized to
911911
midnight, i.e. hour == minute == second == 0. If the optional timezone

0 commit comments

Comments
 (0)