Skip to content

Commit d74264b

Browse files
committed
Fix linting errors
1 parent c0a27e2 commit d74264b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/contrib/test_simplejwt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class X2Viewset(mixins.ListModelMixin, viewsets.GenericViewSet):
3333
authentication_classes = [JWTTokenUserAuthentication]
3434
required_scopes = ['x:read', 'x:write']
3535

36+
3637
class X3Viewset(mixins.ListModelMixin, viewsets.GenericViewSet):
3738
serializer_class = XSerializer
3839
authentication_classes = [JWTStatelessUserAuthentication]

0 commit comments

Comments
 (0)