format files with black
This commit is contained in:
@@ -8,16 +8,16 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('webapp', '0003_auto_20170607_1825'),
|
||||
("webapp", "0003_auto_20170607_1825"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='official',
|
||||
options={'verbose_name': 'Official'},
|
||||
name="official",
|
||||
options={"verbose_name": "Official"},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='role',
|
||||
options={'verbose_name': 'Role'},
|
||||
name="role",
|
||||
options={"verbose_name": "Role"},
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user