Skip to content

Commit 17fd300

Browse files
committed
refactor: remove unused import
1 parent f66a612 commit 17fd300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/ranger21.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pytorch_optimizer.agc import agc
99
from pytorch_optimizer.base_optimizer import BaseOptimizer
1010
from pytorch_optimizer.gc import centralize_gradient
11-
from pytorch_optimizer.types import BETAS, CLOSURE, DEFAULTS, LOSS, PARAMETERS, STATE
11+
from pytorch_optimizer.types import BETAS, CLOSURE, DEFAULTS, LOSS, PARAMETERS
1212
from pytorch_optimizer.utils import normalize_gradient, unit_norm
1313

1414
__AUTHORS__ = [

0 commit comments

Comments
 (0)