From cec13ce534e2543024019a667136b1d06de4ad9d Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 11 Jan 2024 17:15:34 +0100 Subject: [PATCH] pylint Signed-off-by: Marc 'risson' Schmitt --- authentik/blueprints/apps.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authentik/blueprints/apps.py b/authentik/blueprints/apps.py index eebdd15c6..b013f3e37 100644 --- a/authentik/blueprints/apps.py +++ b/authentik/blueprints/apps.py @@ -58,7 +58,10 @@ class ManagedAppConfig(AppConfig): self._reconcile(self.RECONCILE_TENANT_PREFIX) def reconcile_global(self) -> None: - """reconcile ourselves for global methods. Used for signals, tasks, etc. Database queries should not be made in here.""" + """ + reconcile ourselves for global methods. + Used for signals, tasks, etc. Database queries should not be made in here. + """ from django_tenants.utils import get_public_schema_name, schema_context with schema_context(get_public_schema_name()):