From 90e84bee5f47cbcdb9e9c367c60a877e325ef3e7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 28 Jul 2016 23:10:56 -0400 Subject: Rebase mailman/mailman!180 and cleanup # noqa --- src/mailman/app/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/app/notifications.py') diff --git a/src/mailman/app/notifications.py b/src/mailman/app/notifications.py index 11a21a379..31a15d820 100644 --- a/src/mailman/app/notifications.py +++ b/src/mailman/app/notifications.py @@ -61,7 +61,7 @@ def send_welcome_message(mlist, member, language, text=''): list_name=mlist.display_name, list_requests=mlist.request_address, )) - digmode = ('' # noqa + digmode = ('' # noqa: F841 if member.delivery_mode is DeliveryMode.regular else _(' (Digest mode)')) msg = UserNotification( -- cgit v1.2.3-70-g09d2