Commit 9607aa23 by cahrens Committed by Andy Armstrong

Remove unnecessary pylint suppression.

Possibly caused by a bad merge.
parent 69ed266f
...@@ -336,7 +336,6 @@ def xblock_outline_handler(request, usage_key_string): ...@@ -336,7 +336,6 @@ def xblock_outline_handler(request, usage_key_string):
return Http404 return Http404
# pylint: disable=unused-argument
@require_http_methods(("GET")) @require_http_methods(("GET"))
@login_required @login_required
@expect_json @expect_json
......
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