From 7d9251ce2fd1e2f982f7d6651137cf2e39e0987a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 9 Oct 2021 20:56:49 +0200 Subject: [PATCH] root: fix linting Signed-off-by: Jens Langhammer --- authentik/root/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/root/settings.py b/authentik/root/settings.py index bc6172297..a1aa3dc4e 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -338,7 +338,7 @@ USE_L10N = True USE_TZ = True -LOCALE_PATHS = ['./locale'] +LOCALE_PATHS = ["./locale"] # Celery settings # Add a 10 minute timeout to all Celery tasks.