Skip to content

Commit 29ba4a2

Browse files
committed
remove extra test case
1 parent ef6ab94 commit 29ba4a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/indexes/test_indexes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_index_isin() -> None:
6767
check(assert_type(mi.isin([[3]]), np_1darray_bool), np_1darray_bool)
6868
if TYPE_CHECKING_INVALID_USAGE:
6969
mi.isin({3}) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
70-
mi.isin(iter({3})) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
7170

7271

7372
def test_index_astype() -> None:

0 commit comments

Comments
 (0)