Skip to content

Commit 560a02a

Browse files
author
MarcoGorelli
committed
🏷️ typing
1 parent 2008eb3 commit 560a02a

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
@@ -7,6 +7,7 @@ def array_strptime(
77
fmt: str | None,
88
exact: bool = ...,
99
errors: str = ...,
10+
utc: bool = ...,
1011
) -> tuple[np.ndarray, np.ndarray]: ...
1112

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

0 commit comments

Comments
 (0)