Skip to content

Commit 389e228

Browse files
committed
one less ignore
1 parent 895cd01 commit 389e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/algorithms.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ from pandas._typing import (
2929
# with extension types return the same type while standard type return ndarray
3030

3131
@overload
32-
def unique( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
32+
def unique( # pyright: ignore[reportOverlappingOverload]
3333
values: PeriodIndex,
3434
) -> PeriodIndex: ...
3535
@overload

0 commit comments

Comments
 (0)