Skip to content

Commit c111f25

Browse files
committed
Fix formatting
1 parent fae3aa5 commit c111f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/loops/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def reset_on_run(self) -> None:
225225
super().reset_on_run()
226226
self.is_last_batch = False
227227

228-
def increment_by(self, n: int, is_last_batch: bool=False) -> None:
228+
def increment_by(self, n: int, is_last_batch: bool = False) -> None:
229229
super().increment_by(n)
230230
self.is_last_batch = is_last_batch
231231

0 commit comments

Comments
 (0)