Skip to content

Commit 80a1161

Browse files
author
Victor Maryama
committed
Added default value to func declaration.
1 parent 661fd70 commit 80a1161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ from numpy cimport int64_t
66
cpdef parse_timedelta_string(object ts, object specified_unit=*)
77
cdef int64_t cast_from_unit(object ts, object unit) except? -1
88
cpdef int64_t delta_to_nanoseconds(delta) except? -1
9-
cpdef convert_to_timedelta64(object ts, object unit)
9+
cpdef convert_to_timedelta64(object ts, object unit=*)

0 commit comments

Comments
 (0)