Skip to content

Commit c139fc1

Browse files
committed
Fix import of dataclass
1 parent 98d1d1b commit c139fc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/torchjd/_linalg/_structure.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from dataclasses import dataclass
2+
13
import torch
2-
from attr import dataclass
34

45
from torchjd._linalg import Matrix
56

0 commit comments

Comments
 (0)