*: apply new black styling
This commit is contained in:
@ -47,6 +47,8 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
migrations.RunPython(add_title_for_defaults),
|
||||
migrations.AlterField(
|
||||
model_name="flow", name="title", field=models.TextField(),
|
||||
model_name="flow",
|
||||
name="title",
|
||||
field=models.TextField(),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user