Commit 8aeb38da by Chris Dodge Committed by Muhammad Shoaib

fix pylint

parent a34eda0e
...@@ -358,7 +358,7 @@ class ExamAllowanceView(AuthenticatedAPIView): ...@@ -358,7 +358,7 @@ class ExamAllowanceView(AuthenticatedAPIView):
**Response Values** **Response Values**
* returns Nothing. deletes the allowance for the user proctored exam. * returns Nothing. deletes the allowance for the user proctored exam.
""" """
def get(self, request, course_id): def get(self, request, course_id): # pylint: disable=unused-argument
""" """
HTTP GET handler. Get all allowances for a course. HTTP GET handler. Get all allowances for a course.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment