From ad97e9d77745501c437aab511553c6a14ae9c295 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 24 May 2020 16:10:30 +0100 Subject: [PATCH] removed debug --- rich/progress.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rich/progress.py b/rich/progress.py index 2c79bf6c..f3161c93 100644 --- a/rich/progress.py +++ b/rich/progress.py @@ -35,10 +35,6 @@ from .table import Table from .text import Text -def monotonic(): - 1 / 0 - - TaskID = NewType("TaskID", int) ProgressType = TypeVar("ProgressType")