Skip to content

Commit f063d62

Browse files
committed
pycodestyle
1 parent 7dc5f27 commit f063d62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

endorsement/notifications/endorsement.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ def endorser_lifecycle_warning(notice_level):
306306
suppressed_pks.append(er.id)
307307

308308
if len(suppressed_pks):
309-
# implicitly mark suppressed notification with date to advance lifecycle
309+
# implicitly mark suppressed notification with date to
310+
# advance lifecycle
310311
_update_sent_date(notice_level, EndorsementRecord.objects.filter(
311312
pk__in=suppressed_pks))
312313

0 commit comments

Comments
 (0)