Skip to content

Commit 6fc6a31

Browse files
committed
one more
1 parent 3f573c7 commit 6fc6a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/indexes/period.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class PeriodIndex(DatetimeIndexOpsMixin[pd.Period, np.object_], PeriodIndexField
5757
def asof_locs(
5858
self,
5959
where: pd.DatetimeIndex | PeriodIndex,
60-
mask: np.ndarray[tuple[int], np.dtype[np.bool_]],
60+
mask: np_1darray[np.bool_],
6161
) -> np_1darray[np.intp]: ...
6262
@property
6363
def is_full(self) -> bool: ...

0 commit comments

Comments
 (0)