Skip to content

Commit

Permalink
Remove setter
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Sep 23, 2024
1 parent 7198610 commit 718b1aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions griptape/structures/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ def tasks(self) -> list[BaseTask]:
tasks.append(task)
return tasks

@tasks.setter
def tasks(self, value: list[BaseTask | list[BaseTask]]) -> None:
self._tasks = value

@property
def execution_args(self) -> tuple:
return self._execution_args
Expand Down

0 comments on commit 718b1aa

Please sign in to comment.