From 35853799b84ee682af121f7bc5967bd9b62e34c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Sampaio?= Date: Sat, 26 Oct 2024 10:37:29 -0300 Subject: [PATCH] unneeded anymore --- alive_progress/utils/timing.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/alive_progress/utils/timing.py b/alive_progress/utils/timing.py index d8b4993..ce09cbe 100644 --- a/alive_progress/utils/timing.py +++ b/alive_progress/utils/timing.py @@ -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.: