Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeaowens authored Jul 8, 2024
1 parent 66302c5 commit 42ef652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/api_v2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3266,7 +3266,7 @@ class ConfigurationPermissionViewSet(

def filter_queryset(self, queryset):
return Permission.objects.filter(
codename__in=get_configuration_permissions_codenames()
codename__in=get_configuration_permissions_codenames(),
).order_by("id")


Expand Down

0 comments on commit 42ef652

Please sign in to comment.