mirror of https://github.com/Textualize/rich.git
removed debug
This commit is contained in:
parent
ebb1a57b9c
commit
ad97e9d777
|
@ -35,10 +35,6 @@ from .table import Table
|
||||||
from .text import Text
|
from .text import Text
|
||||||
|
|
||||||
|
|
||||||
def monotonic():
|
|
||||||
1 / 0
|
|
||||||
|
|
||||||
|
|
||||||
TaskID = NewType("TaskID", int)
|
TaskID = NewType("TaskID", int)
|
||||||
|
|
||||||
ProgressType = TypeVar("ProgressType")
|
ProgressType = TypeVar("ProgressType")
|
||||||
|
|
Loading…
Reference in New Issue