Skip to content

Commit

Permalink
Run black on last 3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Jan 26, 2020
1 parent f4128db commit 49b01cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setty/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class Migration(migrations.Migration):
('created_time', models.DateTimeField(auto_now_add=True)),
('updated_time', models.DateTimeField(auto_now=True)),
],
options={'verbose_name': 'Setty Settings', 'verbose_name_plural': 'Setty Settings', },
options={'verbose_name': 'Setty Settings', 'verbose_name_plural': 'Setty Settings'},
),
]

0 comments on commit 49b01cb

Please sign in to comment.