Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSJR committed Nov 4, 2024
1 parent 92390f8 commit 8e4159f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ def _onchange_inspection_template_id(self):
self.note = self.inspection_template_id.note

inspection_lines = [(5, 0, 0)]
for line in self.inspection_template_id.inspection_template_line_ids.sorted("sequence"):
for line in self.inspection_template_id.inspection_template_line_ids.sorted(
"sequence"
):
data = self._compute_line_data_for_template_change(line)
inspection_lines.append((0, 0, data))

Expand Down

0 comments on commit 8e4159f

Please sign in to comment.