removed debug

This commit is contained in:
Will McGugan 2020-05-24 16:10:30 +01:00
parent ebb1a57b9c
commit ad97e9d777
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ from .table import Table
from .text import Text
def monotonic():
1 / 0
TaskID = NewType("TaskID", int)
ProgressType = TypeVar("ProgressType")