Skip to content

Commit c3469be

Browse files
committed
Formatting
1 parent 59e41de commit c3469be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/loops/evaluation_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def update_restart_stage(self) -> None:
222222

223223
def reset_restart_stage(self) -> None:
224224
self._restart_stage = RestartStage.NONE
225-
225+
226226
def reset(self) -> None:
227227
"""Resets the internal state of the loop."""
228228
trainer = self.trainer

0 commit comments

Comments
 (0)