Skip to content

Commit 0e8b3e5

Browse files
committed
precommit
1 parent 88d7e65 commit 0e8b3e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/indexes/multi/test_setops.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,9 @@ def test_union_with_duplicates_keep_ea_dtype(dupe_val, any_numeric_ea_dtype):
628628
def test_union_duplicates(index, request):
629629
# special case for mixed types
630630
if index.inferred_type == "mixed":
631-
request.applymarker(pytest.mark.xfail(reason="Test not supported for mixed int/string types"))
631+
request.applymarker(
632+
pytest.mark.xfail(reason="Test not supported for mixed int/string types")
633+
)
632634

633635
# GH#38977
634636
if index.empty or isinstance(index, (IntervalIndex, CategoricalIndex)):

0 commit comments

Comments
 (0)