Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeints committed Apr 6, 2024
1 parent c0a27e2 commit d74264b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/contrib/test_simplejwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class X2Viewset(mixins.ListModelMixin, viewsets.GenericViewSet):
authentication_classes = [JWTTokenUserAuthentication]
required_scopes = ['x:read', 'x:write']


class X3Viewset(mixins.ListModelMixin, viewsets.GenericViewSet):
serializer_class = XSerializer
authentication_classes = [JWTStatelessUserAuthentication]
Expand Down

0 comments on commit d74264b

Please sign in to comment.