Skip to content

Commit 0d0aa02

Browse files
committed
update
1 parent 475c263 commit 0d0aa02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lightning/pytorch/callbacks/progress/rich_progress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def _init_progress(self, trainer: "pl.Trainer") -> None:
341341
if hasattr(self._console, "_live_stack"):
342342
if len(self._console._live_stack) > 0:
343343
self._console.clear_live()
344-
self._console.clear_live()
345344
else:
346345
self._console.clear_live()
347346

0 commit comments

Comments
 (0)