Skip to content

Commit e651972

Browse files
committed
Improve formatting
1 parent b51c67b commit e651972

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/unit/aggregation/_property_testers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ def test_non_conflicting_property(cls, aggregator: Aggregator, matrix: Tensor):
4545
cls._assert_non_conflicting_property(aggregator, matrix)
4646

4747
@staticmethod
48-
def _assert_non_conflicting_property(
49-
aggregator: Aggregator,
50-
matrix: Tensor,
51-
) -> None:
48+
def _assert_non_conflicting_property(aggregator: Aggregator, matrix: Tensor) -> None:
5249
vector = aggregator(matrix)
5350
output_direction = matrix @ vector
5451
positive_directions = output_direction[output_direction >= 0]

0 commit comments

Comments
 (0)