From a53f631e3a137056cf71352545d85974cc9a2604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1?= <git@imaniti.org> Date: Wed, 25 Jan 2023 13:27:18 +0100 Subject: [PATCH] formatting --- uniweb/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniweb/models.py b/uniweb/models.py index cafb5aa5..fd50c61f 100644 --- a/uniweb/models.py +++ b/uniweb/models.py @@ -355,7 +355,7 @@ CONTENT_STREAM_BLOCKS = [ ), ("articles", ArticlesBlock()), ("calendar_agenda", CalendarAgendaBlock()), - ("chart", ChartBlock()) + ("chart", ChartBlock()), ] -- GitLab