Skip to content

Commit efd03b3

Browse files
committed
fixup syntax
1 parent 741ca84 commit efd03b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/indexes/test_indexes.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,4 @@ def test_index_drop() -> None:
17021702
check(
17031703
assert_type(ind.drop(np.array([1, 2])), "pd.Index[int]"), pd.Index, np.integer
17041704
)
1705-
check(
1706-
assert_type(ind.drop(iter([1, 2])), "pd.Index[int]"), pd.Index, np.integer
1707-
Comment view
1708-
)
1705+
check(assert_type(ind.drop(iter([1, 2])), "pd.Index[int]"), pd.Index, np.integer)

0 commit comments

Comments
 (0)