Skip to content

Commit 175369c

Browse files
Fix missing blank line after imports (ruff E302)
1 parent c303602 commit 175369c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_liebn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from spd_learn.functional.batchnorm import karcher_mean_iteration
2222
from spd_learn.modules import SPDBatchNormLie
2323

24+
2425
DTYPE = torch.float64
2526

2627
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)