diff --git a/InvenTree/users/api.py b/InvenTree/users/api.py index 6b6b4afcfc..222f284add 100644 --- a/InvenTree/users/api.py +++ b/InvenTree/users/api.py @@ -140,7 +140,6 @@ class UserList(generics.ListAPIView): ] - class GetAuthToken(APIView): """ Return authentication token for an authenticated user. """