Skip to content

Commit

Permalink
style: [AXIMST-676] remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedielnitsevIvan committed Mar 21, 2024
1 parent 4740faa commit cdfd815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/course_home_api/outline/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def get(self, request, *args, **kwargs):
context = self.get_serializer_context()
context.update({
'include_vertical': True,
'extra_fields': ['special_exam_info',],
'extra_fields': ['special_exam_info'],
'enable_prerequisite_block_type': True,
})

Expand Down

0 comments on commit cdfd815

Please sign in to comment.