Skip to content

Commit 3a09258

Browse files
committed
pyright
1 parent 1ee17e8 commit 3a09258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/indexes/base.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ class _IndexSubclassBase(Index[S1], Generic[S1, GenericT_co]):
11941194
**kwargs: Any,
11951195
) -> np_1darray[GenericT]: ...
11961196
@overload
1197-
def to_numpy(
1197+
def to_numpy( # pyright: ignore[reportIncompatibleMethodOverride]
11981198
self,
11991199
dtype: DTypeLike,
12001200
copy: bool = False,

0 commit comments

Comments
 (0)