Fixed import sorting in a migration

This commit is contained in:
Raphael Michel
2015-08-14 21:39:46 +02:00
parent b2d7e09a10
commit e49a159ff4

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):