Projet

Général

Profil

0011-misc-fix-line-too-long-pylint-error-55505.patch

Lauréline Guérin, 12 juillet 2021 11:24

Télécharger (1,28 ko)

Voir les différences:

Subject: [PATCH 11/23] misc: fix line-too-long pylint error (#55505)

 chrono/agendas/migrations/0062_auto_20200915_1401.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
chrono/agendas/migrations/0062_auto_20200915_1401.py
33 33
                        null=True,
34 34
                        verbose_name='Send reminder',
35 35
                        help_text=(
36
                            'In order to prevent users from getting a reminder shortly after booking, a reminder is sent less only if at least 12 hours have elapsed since booking time.'
36
                            'In order to prevent users from getting a reminder shortly after booking, '
37
                            'a reminder is sent less only if at least 12 hours have elapsed since booking time.'
37 38
                        ),
38 39
                    ),
39 40
                ),
40
-