Skip to content

Commit a6ea6d0

Browse files
author
Marco Gorelli
committed
🏷️ typing
1 parent e473adb commit a6ea6d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/tslib.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def array_to_datetime(
2525
utc: bool = ...,
2626
require_iso8601: bool = ...,
2727
allow_mixed: bool = ...,
28+
format: str = ...,
29+
exact: bool = ...,
2830
) -> tuple[np.ndarray, tzinfo | None]: ...
2931

3032
# returned ndarray may be object dtype or datetime64[ns]

0 commit comments

Comments
 (0)