We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc5f27 commit f063d62Copy full SHA for f063d62
endorsement/notifications/endorsement.py
@@ -306,7 +306,8 @@ def endorser_lifecycle_warning(notice_level):
306
suppressed_pks.append(er.id)
307
308
if len(suppressed_pks):
309
- # implicitly mark suppressed notification with date to advance lifecycle
+ # implicitly mark suppressed notification with date to
310
+ # advance lifecycle
311
_update_sent_date(notice_level, EndorsementRecord.objects.filter(
312
pk__in=suppressed_pks))
313
0 commit comments