2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-01 23:34:41 +00:00

PEP fixes

This commit is contained in:
Oliver
2021-11-08 16:53:43 +11:00
parent ca0619a482
commit f1eaeef949
-1
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. """