Skip to content

Commit

Permalink
General: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Jan 7, 2025
1 parent 29385da commit 23503f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user_workspaces_server/serializers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.contrib.auth.models import User
from models import SharedWorkspaceMapping, Workspace
from rest_framework import serializers
from user_workspaces_server.models import SharedWorkspaceMapping, Workspace


class UserSerializer(serializers.ModelSerializer):
Expand Down

0 comments on commit 23503f4

Please sign in to comment.