We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856c5a1 commit 82cdf2dCopy full SHA for 82cdf2d
pandas/_libs/tslibs/timedeltas.pxd
@@ -3,7 +3,7 @@
3
from numpy cimport int64_t
4
5
# Exposed for tslib, not intended for outside use.
6
-cdef parse_timedelta_string(object ts, specified_unit=*)
+cdef parse_timedelta_string(object ts)
7
cpdef int64_t cast_from_unit(object ts, object unit) except? -1
8
cpdef int64_t delta_to_nanoseconds(delta) except? -1
9
cpdef convert_to_timedelta64(object ts, object unit)
0 commit comments