Skip to content

Commit 36fbc7e

Browse files
committed
refactor: remove unused import
1 parent fed6c29 commit 36fbc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/adabelief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from torch.optim.optimizer import Optimizer
55

66
from pytorch_optimizer.base_optimizer import BaseOptimizer
7-
from pytorch_optimizer.types import BETAS, CLOSURE, DEFAULTS, LOSS, PARAMETERS, STATE
7+
from pytorch_optimizer.types import BETAS, CLOSURE, DEFAULTS, LOSS, PARAMETERS
88

99

1010
class AdaBelief(Optimizer, BaseOptimizer):

0 commit comments

Comments
 (0)