Fixed import sorting

This commit is contained in:
Raphael Michel
2015-09-28 23:11:46 +02:00
parent c67a70369d
commit 1c89fec808
3 changed files with 8 additions and 5 deletions

View File

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