From 95e97f9b1c79fc43befd93f159ceec248edcd190 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 11 Jan 2024 14:48:12 +0100 Subject: [PATCH] black Signed-off-by: Marc 'risson' Schmitt --- authentik/blueprints/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/blueprints/apps.py b/authentik/blueprints/apps.py index beb85718e..1c537ddd8 100644 --- a/authentik/blueprints/apps.py +++ b/authentik/blueprints/apps.py @@ -61,7 +61,7 @@ class ManagedAppConfig(AppConfig): """reconcile ourselves""" from django_tenants.utils import get_public_schema_name, schema_context - # Special case for the authentik_tenants app, as we need to create the default tenant + # Special case for the authentik_tenants app, as we need to create the default tenant # before being able to use it if self.label == "authentik_tenants": with schema_context(get_public_schema_name()):