mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-06 13:30:41 +02:00
removes TaskDefinitionError
This commit is contained in:
parent
a0b7b92898
commit
19f91b7cf3
@ -21,10 +21,6 @@ if TYPE_CHECKING:
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class TaskDefinitionError(Exception):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class TaskStatus(Enum):
|
class TaskStatus(Enum):
|
||||||
RUNNING = "running"
|
RUNNING = "running"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user