Skip to content

Commit 45c6620

Browse files
committed
pylint fix
1 parent 191ca18 commit 45c6620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internlm/solver/optimizer/hybrid_zero_optim.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
import torch
1010
import torch.distributed as dist
11-
from torch.optim import Optimizer
1211
from torch._utils import _flatten_dense_tensors
12+
from torch.optim import Optimizer
1313

1414
from internlm.accelerator import AcceleratorType, get_accelerator
1515
from internlm.core.context import (

0 commit comments

Comments
 (0)