removes TaskDefinitionError

This commit is contained in:
Mose Müller 2024-05-27 14:42:54 +02:00
parent a0b7b92898
commit 19f91b7cf3

View File

@ -21,10 +21,6 @@ if TYPE_CHECKING:
logger = logging.getLogger(__name__)
class TaskDefinitionError(Exception):
pass
class TaskStatus(Enum):
RUNNING = "running"