mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-29 09:01:18 +01:00
removes TaskDefinitionError
This commit is contained in:
@@ -21,10 +21,6 @@ if TYPE_CHECKING:
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TaskDefinitionError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class TaskStatus(Enum):
|
||||
RUNNING = "running"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user