[CLN] global : lint line length corrections

This commit is contained in:
jscampucci
2025-09-15 14:31:21 +02:00
parent d3b2cdd286
commit 65171f3fb4
6 changed files with 36 additions and 21 deletions

View File

@@ -79,7 +79,10 @@ class EventMailRegistration(models.Model):
if not template:
_logger.warning(
"Cannot process ticket %s, because Mail Scheduler %s has reference to non-existent template",
"""
Cannot process ticket %s, because Mail Scheduler %s has
reference to non-existent template
""",
reg_mail.registration_id,
reg_mail.scheduler_id,
)