Skip to content

Commit 78aa464

Browse files
Alexander SnorkinAlexander Snorkin
authored andcommitted
yapf fix
1 parent 4a02744 commit 78aa464

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pytorch_lightning/callbacks/progress.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,7 @@ def on_test_end(self, trainer, pl_module):
386386
self.test_progress_bar.close()
387387

388388
def print(
389-
self,
390-
*args,
391-
sep: str = ' ',
392-
end: str = os.linesep,
393-
file: Optional[io.TextIOBase] = None,
394-
nolock: bool = False
389+
self, *args, sep: str = ' ', end: str = os.linesep, file: Optional[io.TextIOBase] = None, nolock: bool = False
395390
):
396391
active_progress_bar = None
397392

0 commit comments

Comments
 (0)