From 5638303c6d26a7e676c4addde1935a474e9cb544 Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Tue, 11 Feb 2025 12:57:27 +0000 Subject: [PATCH] fixup --- django_app/redbox_app/redbox_core/views/api_views.py | 1 - 1 file changed, 1 deletion(-) 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()