Skip to content

Commit

Permalink
Update progressbar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nmvrs committed Jun 15, 2024
1 parent 1884d3c commit e0b7107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moai/engine/progressbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
# NOTE: check https://github.com/Textualize/rich/discussions/482
# NOTE: check https://github.com/facebookresearch/EGG/blob/a139946a73d45553360a7f897626d1ae20759f12/egg/core/callbacks.py#L335
# NOTE: check https://github.com/Textualize/rich/discussions/921


class MoaiProgressBar(RichProgressBar):
def __init__(self) -> None:
super().__init__(
Expand Down

0 comments on commit e0b7107

Please sign in to comment.