Skip to content

Commit

Permalink
Black had opinions. Wild.
Browse files Browse the repository at this point in the history
  • Loading branch information
kensternberg-authentik committed Oct 8, 2024
1 parent c1a87b0 commit a86b9bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a86b9bb

Please sign in to comment.