Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RPSJR committed Oct 28, 2024
1 parent 1f11e68 commit 798d924
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ def setUpClass(cls):
"inspection_template_line_ids": [
(
0,
0, {
0,
{
"inspection_template_item_id": cls.item_01.id,
"sequence": 11 # Different sequence in the template line
"sequence": 11, # Different sequence in the template line
},
),
(
0,
0,
{"inspection_template_item_id": cls.item_02.id,
"sequence": 10 # Different sequence in the template line
{
"inspection_template_item_id": cls.item_02.id,
"sequence": 10, # Different sequence in the template line
},
),
],
Expand Down

0 comments on commit 798d924

Please sign in to comment.