Skip to content

Commit 82cdf2d

Browse files
author
victor
committed
Reverted parse_timedelta_string signature.
1 parent 856c5a1 commit 82cdf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from numpy cimport int64_t
44

55
# Exposed for tslib, not intended for outside use.
6-
cdef parse_timedelta_string(object ts, specified_unit=*)
6+
cdef parse_timedelta_string(object ts)
77
cpdef int64_t cast_from_unit(object ts, object unit) except? -1
88
cpdef int64_t delta_to_nanoseconds(delta) except? -1
99
cpdef convert_to_timedelta64(object ts, object unit)

0 commit comments

Comments
 (0)