Skip to content

Commit aebf6b1

Browse files
committed
update stub
1 parent c21ec52 commit aebf6b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/timedeltas.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def array_to_timedelta64(
7070
values: npt.NDArray[np.object_],
7171
unit: str | None = ...,
7272
errors: str = ...,
73+
creso: int = ...,
7374
) -> np.ndarray: ... # np.ndarray[m8ns]
7475
def parse_timedelta_unit(unit: str | None) -> UnitChoices: ...
7576
def delta_to_nanoseconds(

0 commit comments

Comments
 (0)