Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Jan 11, 2025
1 parent 514eefe commit f86df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ def test_indexslice_getitem():
ind = pd.Index([2, 3])
check(
assert_type(
pd.IndexSlice[ind, :], tuple["pd.Index[int]", "slice[None, None, None]"] # type: ignore[type-arg]
pd.IndexSlice[ind, :], tuple["pd.Index[int]", "slice[None, None, None]"]
),
tuple,
)
Expand Down

0 comments on commit f86df39

Please sign in to comment.