2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-03 05:48:47 +00:00

PEP fixes

This commit is contained in:
Oliver 2021-11-08 16:53:43 +11:00
parent ca0619a482
commit f1eaeef949

View File

@ -140,7 +140,6 @@ class UserList(generics.ListAPIView):
] ]
class GetAuthToken(APIView): class GetAuthToken(APIView):
""" Return authentication token for an authenticated user. """ """ Return authentication token for an authenticated user. """