Skip to content

Commit f86df39

Browse files
Fix test
1 parent 514eefe commit f86df39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,7 @@ def test_indexslice_getitem():
24092409
ind = pd.Index([2, 3])
24102410
check(
24112411
assert_type(
2412-
pd.IndexSlice[ind, :], tuple["pd.Index[int]", "slice[None, None, None]"] # type: ignore[type-arg]
2412+
pd.IndexSlice[ind, :], tuple["pd.Index[int]", "slice[None, None, None]"]
24132413
),
24142414
tuple,
24152415
)

0 commit comments

Comments
 (0)