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 815e68f commit 3279cd1Copy full SHA for 3279cd1
tests/indexes/test_indexes.py
@@ -68,7 +68,7 @@ def test_index_isin() -> None:
68
check(assert_type(mi.isin({iter([3])}), np_1darray_bool), np_1darray_bool)
69
if TYPE_CHECKING_INVALID_USAGE:
70
mi.isin({3}) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
71
- mi.isin(iter([[3]])) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
+ mi.isin(iter([[3]])) # type: ignore[call-overload] # pyright: ignore[reportArgumentType]
72
73
74
def test_index_astype() -> None:
0 commit comments