Commit 95a224fc by Sarina Canelake

Fix pep8 violations

parent 57311607
......@@ -1990,7 +1990,6 @@ class ImageResponse(LoncapaResponse):
self.ielements = self.inputfields
self.answer_ids = [ie.get('id') for ie in self.ielements]
def get_score(self, student_answers):
correct_map = CorrectMap()
expectedset = self.get_mapped_answers()
......@@ -2082,8 +2081,6 @@ class ImageResponse(LoncapaResponse):
return answers
#-----------------------------------------------------------------------------
......
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