format files with black
This commit is contained in:
@@ -7,13 +7,13 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('webapp', '0061_auto_20191110_2024'),
|
||||
("webapp", "0061_auto_20191110_2024"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='templatequestion',
|
||||
name='question',
|
||||
model_name="templatequestion",
|
||||
name="question",
|
||||
field=django.contrib.postgres.fields.jsonb.JSONField(),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user