Commit 5325dc5c by Cole Rogers

Fixed import ordering

parent 5b2b5230
......@@ -2,9 +2,9 @@
# Generated by Django 1.11.11 on 2018-07-06 14:21
from __future__ import unicode_literals
from django.db import migrations, models
import django_extensions.db.fields
import sortedm2m.fields
from django.db import migrations, models
class Migration(migrations.Migration):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment