From 66efb8012e1d02a6f9b45ea6f64d32d5e0cd8d1d Mon Sep 17 00:00:00 2001 From: lsacienne Date: Wed, 1 Jun 2022 22:46:12 +0200 Subject: [PATCH] :recycle: Fix black pipeline --- com/models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/com/models.py b/com/models.py index 6cdfab0e..c5a83b3f 100644 --- a/com/models.py +++ b/com/models.py @@ -227,7 +227,9 @@ class Weekmail(models.Model): """ Return an absolute link to the banner. """ - return "http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png") + return ( + "http://" + settings.SITH_URL + static("com/img/invitation_bannerP22.png") + ) def get_footer(self): """