Skip to content
Snippets Groups Projects
Commit 8f83f10e authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix flake8 issue

parent 565776f3
No related branches found
No related tags found
1 merge request!21Offline manifest importation
......@@ -15,6 +15,10 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='image',
name='status',
field=enumfields.fields.EnumField(default='unchecked', enum=arkindex.images.models.ImageStatus, max_length=50),
field=enumfields.fields.EnumField(
default='unchecked',
enum=arkindex.images.models.ImageStatus,
max_length=50
),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment