From f1eaeef949080205afa812644eac46d27b78b2fa Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 8 Nov 2021 16:53:43 +1100 Subject: [PATCH] PEP fixes --- InvenTree/users/api.py | 1 - 1 file changed, 1 deletion(-) 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. """