Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Mar 29, 2024
1 parent 83739cc commit c437297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/authentication/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def _fetch_user_from_cas(self, attributes: dict) -> Tuple[User, bool]:
return serializer.save(), created



class UserSerializer(ModelSerializer):
"""Serializer for the user model
This serializer validates the user fields for creation and updating.
Expand Down

0 comments on commit c437297

Please sign in to comment.