pep8 fixes to html_helper.py
This commit is contained in:
parent
22a2f51712
commit
e493bc9af4
@ -20,9 +20,11 @@ def fail_status(job_data, token):
|
||||
color = '000000'
|
||||
return output % locals()
|
||||
|
||||
|
||||
def review_feedback(mp):
|
||||
return '
'.join(mp.feedback)
|
||||
|
||||
|
||||
def display_feedback(mp):
|
||||
if mp.lowest_feedback is None or mp.highest_feedback is None:
|
||||
return ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user