Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
bakcoffice: fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jul 26, 2024
1 parent ef57bf2 commit 580d477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backoffice/backoffice/users/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from rest_framework.mixins import ListModelMixin, RetrieveModelMixin, UpdateModelMixin
from rest_framework.response import Response
from rest_framework.viewsets import GenericViewSet
from users.api.serializers import UserSerializer

from backoffice.users.api.serializers import UserSerializer

User = get_user_model()

Expand Down

0 comments on commit 580d477

Please sign in to comment.