From 88cea36191ce6d8177a4c82d3115dcb19701f1c7 Mon Sep 17 00:00:00 2001 From: qizhicheng Date: Fri, 20 Oct 2023 00:14:25 +0800 Subject: [PATCH] black --- archery/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archery/settings.py b/archery/settings.py index 4b144af8e3..0603c2656a 100644 --- a/archery/settings.py +++ b/archery/settings.py @@ -64,8 +64,8 @@ "sql.notify:QywxWebhookNotifier", "sql.notify:MailNotifier", "sql.notify:GenericWebhookNotifier", - ] - ) + ], + ), ) # SECURITY WARNING: keep the secret key used in production secret!