Skip to content

Commit 1adbffc

Browse files
committed
https://github.com/pandas-dev/pandas-stubs/pull/1462#discussion_r2490896286
1 parent b9af83a commit 1adbffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas-stubs/core/arrays/datetimelike.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ from pandas._typing import (
2525
TimeNonexistent,
2626
TimeUnit,
2727
np_1darray,
28+
np_ndarray_int64,
2829
)
2930

3031
DTScalarOrNaT: TypeAlias = DatetimeLikeScalar | NaTType
@@ -64,7 +65,7 @@ class DatetimeLikeArrayMixin(ExtensionOpsMixin, ExtensionArray):
6465
def ravel(self, *args: Any, **kwargs: Any): ...
6566
def __iter__(self): ...
6667
@property
67-
def asi8(self) -> np_1darray[Any]: ...
68+
def asi8(self) -> np_ndarray_int64: ...
6869
@property
6970
def nbytes(self): ...
7071
def __array__(

0 commit comments

Comments
 (0)