Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Jul 3, 2024
1 parent d6a282b commit ef3ae7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/api_v2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ class RoleViewSet(viewsets.ReadOnlyModelViewSet):
def filter_queryset(self, queryset):
return Role.objects.all().order_by('id')


# Authorization: object-based
@extend_schema_view(
list=extend_schema(
Expand Down

0 comments on commit ef3ae7d

Please sign in to comment.