From a86b9bbe11f7acb812e009cc629b422179c601b2 Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Tue, 8 Oct 2024 14:43:25 -0700 Subject: [PATCH] Black had opinions. Wild. --- ...0012_auto_20200908_1542_squashed_0017_auto_20210329_1334.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/authentik/flows/migrations/0012_auto_20200908_1542_squashed_0017_auto_20210329_1334.py b/authentik/flows/migrations/0012_auto_20200908_1542_squashed_0017_auto_20210329_1334.py index ce385c347597..fc3132059cef 100644 --- a/authentik/flows/migrations/0012_auto_20200908_1542_squashed_0017_auto_20210329_1334.py +++ b/authentik/flows/migrations/0012_auto_20200908_1542_squashed_0017_auto_20210329_1334.py @@ -88,7 +88,8 @@ class Migration(migrations.Migration): model_name="flowstagebinding", name="re_evaluate_policies", field=models.BooleanField( - default=False, help_text="Evaluate policies when the Stage is presented to the user." + default=False, + help_text="Evaluate policies when the Stage is presented to the user.", ), ), migrations.AddField(