Skip to content

Commit 2d4d609

Browse files
committed
update typehint
1 parent b2ca8b3 commit 2d4d609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/callbacks/progress/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class ProgressBar(TQDMProgressBar):
19-
def __init__(self, *args, **kwargs):
19+
def __init__(self, *args, **kwargs) -> None:
2020
super().__init__(*args, **kwargs)
2121
rank_zero_deprecation(
2222
"`ProgressBar` has been deprecated in v1.5 and will be removed in v1.7."

0 commit comments

Comments
 (0)