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 390e5d9 commit 3a34057Copy full SHA for 3a34057
pandas-stubs/core/indexes/base.pyi
@@ -402,8 +402,6 @@ class Index(IndexOpsMixin[S1]):
402
@overload
403
def __getitem__(self, idx: int | tuple[np_ndarray_anyint, ...]) -> S1: ...
404
405
- def append(self, other: Index[Never]) -> Index: ...
406
- @overload
407
def append(self, other: Index[S1] | Sequence[Index[S1]]) -> Index[S1]: ...
408
409
def append(self, other: Index | Sequence) -> Index: ...
0 commit comments