Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2021
1 parent ea29d38 commit fdb868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/progress.py
Expand Up @@ -150,7 +150,7 @@ def from_defaults(cls, tracker_cls: Type[ReadyCompletedTracker], **kwargs: int)

def reset_on_epoch(self) -> None:
self.current.reset()

def reset_on_restart(self) -> None:
self.current.reset_on_restart()

Expand Down

0 comments on commit fdb868b

Please sign in to comment.