Skip to content

Commit ef99df6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1db3093 commit ef99df6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

tests/unit/aggregation/_property_testers.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55

66
from torchjd.aggregation import Aggregator
77

8-
from ._inputs import matrices, scaled_matrices, weak_stationary_matrices, zero_matrices, \
9-
strong_stationary_matrices
8+
from ._inputs import (
9+
matrices,
10+
scaled_matrices,
11+
strong_stationary_matrices,
12+
weak_stationary_matrices,
13+
zero_matrices,
14+
)
1015

1116

1217
class ExpectedStructureProperty:

0 commit comments

Comments
 (0)