mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
Proper indent fix
This commit is contained in:
@@ -469,12 +469,12 @@ class TechLead(RelevantFilesMixin, BaseAgent):
|
||||
},
|
||||
)
|
||||
|
||||
self.next_state.steps = [
|
||||
{
|
||||
"completed": True,
|
||||
"iteration_index": 0,
|
||||
}
|
||||
]
|
||||
self.next_state.steps = [
|
||||
{
|
||||
"completed": True,
|
||||
"iteration_index": 0,
|
||||
}
|
||||
]
|
||||
self.next_state.tasks = updated_tasks
|
||||
self.next_state.flag_tasks_as_modified()
|
||||
self.next_state.flag_epics_as_modified()
|
||||
|
||||
Reference in New Issue
Block a user