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(