We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ca8b3 commit 2d4d609Copy full SHA for 2d4d609
pytorch_lightning/callbacks/progress/progress.py
@@ -16,7 +16,7 @@
16
17
18
class ProgressBar(TQDMProgressBar):
19
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, **kwargs) -> None:
20
super().__init__(*args, **kwargs)
21
rank_zero_deprecation(
22
"`ProgressBar` has been deprecated in v1.5 and will be removed in v1.7."
0 commit comments