Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl committed Aug 4, 2024
1 parent a02af01 commit c9bf357
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/content/serializers/user.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.contrib.auth.hashers import make_password
from rest_framework import serializers
from rest_framework.exceptions import ValidationError

Expand All @@ -22,15 +21,6 @@
parse_feide_groups,
)
from app.group.models import Group, Membership
from app.content.util.feide_utils import (
get_feide_tokens,
get_feide_user_groups,
parse_feide_groups,
generate_random_password,
get_study_year,
get_feide_user_info_from_jwt,
)
from app.content.exceptions import FeideUserExistsError


class DefaultUserSerializer(BaseModelSerializer):
Expand Down

0 comments on commit c9bf357

Please sign in to comment.