Skip to content

Commit 9a1194f

Browse files
committed
Fixed stub
1 parent 542851d commit 9a1194f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/tslibs/strptime.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def array_strptime(
99
errors: str = ...,
1010
utc: bool = ...,
1111
creso: int = ..., # NPY_DATETIMEUNIT
12+
threshold: float = ...,
1213
) -> tuple[np.ndarray, np.ndarray]: ...
1314

1415
# first ndarray is M8[ns], second is object ndarray of tzinfo | None

0 commit comments

Comments
 (0)