mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-13 13:58:41 +01:00
removes TaskDefinitionError
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user