Skip to content

Commit 71b8762

Browse files
committed
style: format
1 parent 703f127 commit 71b8762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gradients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
import torch
33

4-
from pytorch_optimizer import SAM, WSAM, AdamP, Lookahead, TRAC, load_optimizer
4+
from pytorch_optimizer import SAM, TRAC, WSAM, AdamP, Lookahead, load_optimizer
55
from pytorch_optimizer.base.exception import NoSparseGradientError
66
from tests.constants import NO_SPARSE_OPTIMIZERS, SPARSE_OPTIMIZERS, VALID_OPTIMIZER_NAMES
77
from tests.utils import build_environment, simple_parameter, simple_sparse_parameter, sphere_loss

0 commit comments

Comments
 (0)