Commit e90b1d90 by Vik Paruchuri

Remove essay text return

parent 8b47106a
......@@ -74,7 +74,6 @@ class EssaySet(object):
raise util_functions.InputError(essay_text, "arguments need to be in format "
"(text,score). text needs to be string,"
" score needs to be int.")
return ret
def update_prompt(self, prompt_text):
"""
......
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