Skip to content

Commit ca5934b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 34e4ee0 commit ca5934b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytorch_lightning/callbacks/timer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ def _check_time_remaining(self, trainer: 'pl.Trainer') -> None:
172172
if should_stop and self._verbose:
173173
rank_zero_info(
174174
f"Time limit reached. Elapsed time is {self.time_elapsed(RunningStage.TRAINING)}."
175-
f" Signaling Trainer to stop.")
175+
f" Signaling Trainer to stop."
176+
)

0 commit comments

Comments
 (0)