Skip to content

Commit

Permalink
adds missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
inesmartins-swordhealth committed Jan 9, 2024
1 parent 6ef3714 commit 87fe00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/product_type/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def get_authorized_product_types(permission):
# everyone can see all product types
return Product_Type.objects.all().order_by('name')


def get_authorized_members_for_product_type(product_type, permission):
user = get_current_user()

Expand Down

0 comments on commit 87fe00c

Please sign in to comment.