Commit f2bc9ed3 by John Lee

little style fixes

parent 5388b536
...@@ -103,7 +103,6 @@ class SchoolYourselfReviewXBlock(SchoolYourselfXBlock): ...@@ -103,7 +103,6 @@ class SchoolYourselfReviewXBlock(SchoolYourselfXBlock):
mastery_level = mastery.get(self.module_id, None) mastery_level = mastery.get(self.module_id, None)
if mastery_level is None: if mastery_level is None:
return "bad_request" return "bad_request"
return
# Verify the signature. # Verify the signature.
verifier = hmac.new(str(self.shared_key), user_id) verifier = hmac.new(str(self.shared_key), user_id)
......
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