diff --git a/django_app/redbox_app/redbox_core/views/api_views.py b/django_app/redbox_app/redbox_core/views/api_views.py index 2e0ebece..c544bf6f 100644 --- a/django_app/redbox_app/redbox_core/views/api_views.py +++ b/django_app/redbox_app/redbox_core/views/api_views.py @@ -5,7 +5,6 @@ from rest_framework.pagination import PageNumberPagination from rest_framework.permissions import IsAdminUser, IsAuthenticated -from redbox_app.redbox_core.serializers import UserSerializer User = get_user_model()