mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
apply ruff rule DJ012
This commit is contained in:
@ -63,9 +63,7 @@ class Trombi(models.Model):
|
||||
comments_deadline = models.DateField(
|
||||
_("comments deadline"),
|
||||
default=date.today,
|
||||
help_text=_(
|
||||
"After this date, users won't be " "able to make comments anymore."
|
||||
),
|
||||
help_text=_("After this date, users won't be able to make comments anymore."),
|
||||
)
|
||||
max_chars = models.IntegerField(
|
||||
_("maximum characters"),
|
||||
|
Reference in New Issue
Block a user