diff options
Diffstat (limited to 'src/mailman/app/notifications.py')
| -rw-r--r-- | src/mailman/app/notifications.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/notifications.py b/src/mailman/app/notifications.py index 09d5d2bc8..04a56b55d 100644 --- a/src/mailman/app/notifications.py +++ b/src/mailman/app/notifications.py @@ -91,7 +91,7 @@ def send_welcome_message(mlist, member, language, text=''): user_address=member.address.email, user_options_uri=options_url, )) - digmode = ('' # flake8: noqa + digmode = ('' # noqa if member.delivery_mode is DeliveryMode.regular else _(' (Digest mode)')) msg = UserNotification( |
