Skip to content

Commit 25b4f20

Browse files
committed
style: remove unnecessary whitespace in Lookahead class
1 parent 4ca330d commit 25b4f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/optimizer/lookahead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(
6060
@property
6161
def param_groups(self):
6262
return self.optimizer.param_groups
63-
63+
6464
def __getstate__(self):
6565
return {
6666
'state': self.state,

0 commit comments

Comments
 (0)