diff --git a/api/core/workflow/entities/graph_runtime_state.py b/api/core/workflow/entities/graph_runtime_state.py index e9bf2ea26c..36662a065e 100644 --- a/api/core/workflow/entities/graph_runtime_state.py +++ b/api/core/workflow/entities/graph_runtime_state.py @@ -56,11 +56,6 @@ class GraphRuntimeState(BaseModel): """Get the variable pool.""" return self._variable_pool - @variable_pool.setter - def variable_pool(self, value: VariablePool) -> None: - """Set the variable pool.""" - self._variable_pool = value - @property def start_at(self) -> float: """Get the start time."""