Skip to content

Commit 3585379

Browse files
committed
unneeded anymore
1 parent ec9036d commit 3585379

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

alive_progress/utils/timing.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
ETA = RUN._replace(prefix='~', round_sec_on_min=True, clear_sec_on_hour=True)
1212

1313

14-
class Refresh:
15-
def tick(self) -> 'Refresh':
16-
pass
17-
18-
1914
def time_display(seconds: float, conf: TimeDisplay) -> str:
2015
seconds = round(seconds, conf.round)
2116
if seconds < 60.:

0 commit comments

Comments
 (0)