Fixed import sorting

This commit is contained in:
Raphael Michel
2015-07-26 00:35:22 +02:00
parent 02d81fbdf6
commit 0978f5b942

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
from django.db import migrations, models
class Migration(migrations.Migration):