Skip to content

Commit bd30df3

Browse files
committed
precommit fix
1 parent cf20d19 commit bd30df3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/indexes/test_common.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,7 @@ def test_sort_values_invalid_na_position(request, na_position, index_fixture):
489489
"mixed-int-string",
490490
marks=pytest.mark.xfail(reason="Mixed index types"),
491491
),
492-
pytest.param(
493-
"object", marks=pytest.mark.xfail(reason="Object index types")
494-
),
492+
pytest.param("object", marks=pytest.mark.xfail(reason="Object index types")),
495493
pytest.param("integer", marks=pytest.mark.xfail(reason="Integer index types")),
496494
pytest.param("float", marks=pytest.mark.xfail(reason="Float index types")),
497495
],

0 commit comments

Comments
 (0)