Fix black

This commit is contained in:
Julien Constant 2023-03-03 12:45:15 +01:00
parent f9d5585525
commit 095cb5ada5
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7

View File

@ -783,9 +783,7 @@ class Preferences(models.Model):
user = models.OneToOneField(
User, related_name="_preferences", on_delete=models.CASCADE
)
receive_weekmail = models.BooleanField(
_("Receive the Weekmail"), default=False
)
receive_weekmail = models.BooleanField(_("Receive the Weekmail"), default=False)
show_my_stats = models.BooleanField(_("show your stats to others"), default=False)
notify_on_click = models.BooleanField(
_("get a notification for every click"), default=False