Skip to content

Commit 100ef3f

Browse files
committed
Fix formatting
1 parent 7ad85dd commit 100ef3f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/unit/aggregation/test_mgda.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313

1414

1515
@mark.parametrize("aggregator", [MGDA()])
16-
class TestMGDA(
17-
ExpectedStructureProperty,
18-
NonConflictingProperty,
19-
PermutationInvarianceProperty,
20-
):
16+
class TestMGDA(ExpectedStructureProperty, NonConflictingProperty, PermutationInvarianceProperty):
2117
pass
2218

2319

0 commit comments

Comments
 (0)