Skip to content

Commit 32f9fc7

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/aggregation/test_aligned_mtl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import torch
22
from pytest import mark, raises
33
from torch import Tensor
4+
from utils.tensors import ones_
45

56
from torchjd.aggregation import AlignedMTL
67

7-
from utils.tensors import ones_
8-
98
from ._asserts import assert_expected_structure, assert_permutation_invariant
109
from ._inputs import scaled_matrices, typical_matrices
1110

0 commit comments

Comments
 (0)