Skip to content

Commit

Permalink
Update views' docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Aug 3, 2017
1 parent aa45647 commit 298ad91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwt_devices/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class ObtainJSONWebTokenAPIView(OriginalObtainJSONWebToken):
"""
"""Obtain JWT token
API view used to obtain a JWT token along with creating a new Device object and returning permanent token.
"""
serializer_class = JSONWebTokenSerializer
Expand Down Expand Up @@ -55,7 +55,7 @@ def post(self, request, *args, **kwargs):


class DeviceRefreshJSONWebToken(APIView):
"""
"""Refresh JWT token
API View used to refresh JSON Web Token using permanent token.
"""
serializer_class = DeviceTokenRefreshSerializer
Expand Down

0 comments on commit 298ad91

Please sign in to comment.