Fix PEP8: E125 continuation line

does not distinguish itself from next logical line
This commit is contained in:
stv
2014-11-08 18:13:29 -08:00
parent aba9b3b96e
commit 2ce5a6ceed
7 changed files with 7 additions and 7 deletions

View File

@@ -162,7 +162,7 @@ def combined_notifications(course, user):
last_time_viewed)
if notifications.get('success'):
if (notifications.get('staff_needs_to_grade') or
notifications.get('student_needs_to_peer_grade')):
notifications.get('student_needs_to_peer_grade')):
pending_grading = True
except:
#Non catastrophic error, so no real action