Skip to content

Commit

Permalink
chore: Update serializer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Dec 5, 2024
1 parent 3952477 commit 7d8c60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/instructor/views/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def validate_auto_enroll(self, value):
return value.lower() == 'true'
return bool(value)


class CertificateStatusesSerializer(serializers.Serializer):
"""
Serializer for validating and serializing certificate status inputs.
Expand Down

0 comments on commit 7d8c60c

Please sign in to comment.