From 90b3318d01bed1d0a5c0bbf575faa5dedc5f17ac Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 16 Feb 2015 07:19:59 -0800 Subject: [PATCH] Fix Pylint: I0010(bad-inline-option) --- common/lib/xmodule/xmodule/peer_grading_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/peer_grading_module.py b/common/lib/xmodule/xmodule/peer_grading_module.py index f275977a7b..086580f06e 100644 --- a/common/lib/xmodule/xmodule/peer_grading_module.py +++ b/common/lib/xmodule/xmodule/peer_grading_module.py @@ -616,7 +616,7 @@ class PeerGradingModule(PeerGradingFields, XModule): elif data.get('location') is not None: problem_location = self.course_id.make_usage_key_from_deprecated_string(data.get('location')) - module = self._find_corresponding_module_for_location(problem_location) # pylint: disable-unused-variable + self._find_corresponding_module_for_location(problem_location) ajax_url = self.ajax_url html = self.system.render_template('peer_grading/peer_grading_problem.html', {