From 60c65df7c73c5fc0f55a76c2824e9647b3aa0114 Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Tue, 17 Mar 2026 17:13:25 +0100 Subject: [PATCH] style: format settings file to satisfy ruff in CI --- mandelstudio/settings/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mandelstudio/settings/base.py b/mandelstudio/settings/base.py index 8538568..3dc6654 100644 --- a/mandelstudio/settings/base.py +++ b/mandelstudio/settings/base.py @@ -64,4 +64,3 @@ ACTIVE_VERTICAL = "agency" # Wagtail content internationalization in admin WAGTAIL_I18N_ENABLED = True WAGTAIL_CONTENT_LANGUAGES = LANGUAGES -