From 6b97702cc401dfe2f00b6ce3a128e02ae27d0116 Mon Sep 17 00:00:00 2001 From: Robert George Date: Wed, 1 Feb 2023 13:19:57 -0800 Subject: [PATCH] Fix long line --- bookwyrm/views/admin/dashboard.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bookwyrm/views/admin/dashboard.py b/bookwyrm/views/admin/dashboard.py index 4db3c5702..682f2d811 100644 --- a/bookwyrm/views/admin/dashboard.py +++ b/bookwyrm/views/admin/dashboard.py @@ -29,7 +29,9 @@ from bookwyrm.utils import regex class Dashboard(View): """admin overview""" - @csp_update(SCRIPT_SRC='https://cdn.jsdelivr.net/npm/chart.js@3.5.1/dist/chart.min.js') + @csp_update( + SCRIPT_SRC="https://cdn.jsdelivr.net/npm/chart.js@3.5.1/dist/chart.min.js" + ) def get(self, request): """list of users""" data = get_charts_and_stats(request)