Skip to content

Commit

Permalink
unneeded anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalmei committed Oct 26, 2024
1 parent ec9036d commit 3585379
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions alive_progress/utils/timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
ETA = RUN._replace(prefix='~', round_sec_on_min=True, clear_sec_on_hour=True)


class Refresh:
def tick(self) -> 'Refresh':
pass


def time_display(seconds: float, conf: TimeDisplay) -> str:
seconds = round(seconds, conf.round)
if seconds < 60.:
Expand Down

0 comments on commit 3585379

Please sign in to comment.