From 8501afaf52df8c23716109cb7d6c9270e5fbb363 Mon Sep 17 00:00:00 2001 From: Felix Blanke <info@fblanke.de> Date: Thu, 6 Feb 2025 17:46:26 +0100 Subject: [PATCH] Address line length --- AKModel/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AKModel/models.py b/AKModel/models.py index b3820a15..e3530861 100644 --- a/AKModel/models.py +++ b/AKModel/models.py @@ -153,8 +153,8 @@ class Event(models.Model): help_text=_('Default length in hours that is assumed for AKs in this event.')) export_slot = models.DecimalField(max_digits=4, decimal_places=2, default=1, verbose_name=_('Export Slot Length'), help_text=_( - 'Slot duration in hours that is used in the timeslot discretization, when this event ' - 'is exported for the solver.' + 'Slot duration in hours that is used in the timeslot discretization, ' + 'when this event is exported for the solver.' )) -- GitLab