Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Mar 8, 2024
1 parent 171f12d commit b2aba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/views/course_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ def clone(self, request: Request, **__):

course_serializer.save()

return Response(course_serializer.data)
return Response(course_serializer.data)

0 comments on commit b2aba5e

Please sign in to comment.