Skip to content

Commit

Permalink
Black formatted a migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Nov 13, 2019
1 parent bfef624 commit 7a9b4f9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@

class Migration(migrations.Migration):

dependencies = [
("wagtail_localize_test", "0002_auto_20191009_1039"),
]
dependencies = [("wagtail_localize_test", "0002_auto_20191009_1039")]

operations = [
migrations.AddField(
model_name="testpage",
name="test_synchronizedfield",
field=models.TextField(blank=True),
),
)
]

0 comments on commit 7a9b4f9

Please sign in to comment.