Fix Pylint: I0010(bad-inline-option)

This commit is contained in:
stv
2015-02-16 07:19:59 -08:00
parent 63341287ca
commit 90b3318d01

View File

@@ -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', {