Adding unit tests to WorkflowPlayer.py
This commit is contained in:
@@ -61,13 +61,6 @@ class WorkflowsDesignerState:
|
||||
selected_component_id = None
|
||||
|
||||
|
||||
@dataclass
|
||||
class WorkflowsPlayerSettings:
|
||||
workflow_name: str
|
||||
components: list[WorkflowComponent]
|
||||
connections: list[Connection]
|
||||
|
||||
|
||||
@dataclass
|
||||
class WorkflowsSettings:
|
||||
workflows: list[str] = field(default_factory=list)
|
||||
|
||||
Reference in New Issue
Block a user