Skip to content

Commit

Permalink
fix(api): fix lint in ListUserRolesSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshuNayak committed Aug 23, 2022
1 parent d70b292 commit 1c00480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api/roles/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Meta:
fields = ['name', 'club', 'user', 'assigned_at', 'active']
extra_kwargs = {'assigned_at': {'read_only': True}}


class ListUserRolesSerializer(serializers.ModelSerializer):
class Meta:
model = Role
Expand Down

0 comments on commit 1c00480

Please sign in to comment.