Skip to content

Commit

Permalink
squash: tuple instead list
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily authored and happz committed Oct 15, 2024
1 parent 095f821 commit 916ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ def _parse_beaker(spec: Spec) -> BaseConstraint:
group = And()

group.constraints += _parse_text_constraints(spec, 'beaker', ('pool',),
allowed_operators=[Operator.EQ, Operator.NEQ])
allowed_operators=(Operator.EQ, Operator.NEQ))

return group

Expand Down

0 comments on commit 916ab6b

Please sign in to comment.