Skip to content

Commit

Permalink
Ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeaowens authored Jul 8, 2024
1 parent 5ad97d7 commit 66302c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/product/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_authorized_dojo_meta(permission):
finding__test__engagement__product__prod_type__member=Exists(finding_authorized_product_type_roles),
finding__test__engagement__product__member=Exists(finding_authorized_product_roles),
finding__test__engagement__product__prod_type__authorized_group=Exists(finding_authorized_product_type_groups),
finding__test__engagement__product__authorized_group=Exists(finding_authorized_product_groups)
finding__test__engagement__product__authorized_group=Exists(finding_authorized_product_groups),
).order_by("id")
dojo_meta = dojo_meta.filter(
Q(product__prod_type__member=True)
Expand Down

0 comments on commit 66302c5

Please sign in to comment.