Skip to content

Commit bde64a1

Browse files
committed
remove redundant IntervalIndexer.get_indexer_non_unique
1 parent ba7d145 commit bde64a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas-stubs/core/indexes/interval.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ class IntervalIndex(ExtensionIndex[IntervalT, np.object_], IntervalMixin):
214214
@property
215215
def is_overlapping(self) -> bool: ...
216216
def get_loc(self, key: Label) -> int | slice | np_1darray_bool: ...
217-
def get_indexer_non_unique(
218-
self, target: Index
219-
) -> tuple[npt.NDArray[np.intp], npt.NDArray[np.intp]]: ...
220217
@property
221218
def left(self) -> Index: ...
222219
@property

0 commit comments

Comments
 (0)