Skip to content

Commit

Permalink
style: remove unnecessary whitespace in Lookahead class
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldyczko committed May 29, 2024
1 parent 4ca330d commit 25b4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_optimizer/optimizer/lookahead.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
@property
def param_groups(self):
return self.optimizer.param_groups

def __getstate__(self):
return {
'state': self.state,
Expand Down

0 comments on commit 25b4f20

Please sign in to comment.