Skip to content

Commit 96fbc5e

Browse files
committed
fix pyrefly
1 parent 145807f commit 96fbc5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas-stubs/core/indexes/multi.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ class MultiIndex(Index):
166166
def insert(self, loc, item): ...
167167
def delete(self, loc): ...
168168
@overload # type: ignore[override]
169-
def isin(
169+
def isin( # pyrefly: ignore[bad-override]
170170
self, values: Iterable[Any], level: Level
171-
) -> np_1darray_bool: ... # pyrefly: ignore[bad-override]
171+
) -> np_1darray_bool: ...
172172
@overload
173173
def isin( # pyright: ignore[reportIncompatibleMethodOverride]
174174
self, values: Iterable[Iterable[Any]], level: None = None

0 commit comments

Comments
 (0)