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