Skip to content

Commit 3a34057

Browse files
committed
fix(comment): #1282 (comment)
1 parent 390e5d9 commit 3a34057

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/core/indexes/base.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@ class Index(IndexOpsMixin[S1]):
402402
@overload
403403
def __getitem__(self, idx: int | tuple[np_ndarray_anyint, ...]) -> S1: ...
404404
@overload
405-
def append(self, other: Index[Never]) -> Index: ...
406-
@overload
407405
def append(self, other: Index[S1] | Sequence[Index[S1]]) -> Index[S1]: ...
408406
@overload
409407
def append(self, other: Index | Sequence) -> Index: ...

0 commit comments

Comments
 (0)