Skip to content

Commit c2a6648

Browse files
author
yexin
committed
fix codecheck issues
1 parent b93e062 commit c2a6648

File tree

1 file changed

+1
-1
lines changed
  • checkpoint_engine/distributed

1 file changed

+1
-1
lines changed

checkpoint_engine/distributed/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def all_gather_object(
4545
def all_reduce(
4646
self,
4747
tensor: torch.Tensor,
48-
op :torch_dist.ReduceOp,
48+
op: torch_dist.ReduceOp,
4949
group,
5050
):
5151
raise NotImplementedError

0 commit comments

Comments
 (0)