From ea0b38933ced62d09fbe32e3467e5cd2f55963ea Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Mon, 18 May 2020 14:02:41 +0200 Subject: [PATCH] Fix flake8 check about line length --- ihatemoney/web.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ihatemoney/web.py b/ihatemoney/web.py index a4e07ac7..63d4fd71 100644 --- a/ihatemoney/web.py +++ b/ihatemoney/web.py @@ -283,8 +283,10 @@ def remind_password(): remind_message, "", _( - "Sorry, there was an error while sending you an email with password reset instructions. " - "Please check the email configuration of the server or contact the administrator." + "Sorry, there was an error while sending you an email " + "with password reset instructions. " + "Please check the email configuration of the server " + "or contact the administrator." ), ) if success: @@ -425,7 +427,8 @@ def invite(): _("Your invitations have been sent"), _( "Sorry, there was an error while trying to send the invitation emails. " - "Please check the email configuration of the server or contact the administrator." + "Please check the email configuration of the server " + "or contact the administrator." ), ) if success: