Skip to content

Commit

Permalink
refactor: refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
eemaanamir committed Sep 16, 2024
1 parent b6b09a3 commit 8025699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/ora_staff_grader/ora_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def submit_grade(request, usage_id, grade_data):
raise XBlockInternalError(
context={"handler": handler_name, "msg": response_data.get("msg", "")}
)

return response_data


Expand Down

0 comments on commit 8025699

Please sign in to comment.