We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895cd01 commit 389e228Copy full SHA for 389e228
pandas-stubs/core/algorithms.pyi
@@ -29,7 +29,7 @@ from pandas._typing import (
29
# with extension types return the same type while standard type return ndarray
30
31
@overload
32
-def unique( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
+def unique( # pyright: ignore[reportOverlappingOverload]
33
values: PeriodIndex,
34
) -> PeriodIndex: ...
35
0 commit comments