Skip to content

Commit 9f06d80

Browse files
author
MarcoGorelli
committed
🏷️ typing
1 parent f4e1392 commit 9f06d80

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
@@ -5,6 +5,7 @@ from pandas._typing import npt
55
def array_strptime(
66
values: npt.NDArray[np.object_],
77
fmt: str | None,
8+
fmt_inferred: bool = ...,
89
exact: bool = ...,
910
errors: str = ...,
1011
utc: bool = ...,

0 commit comments

Comments
 (0)