Reorder all imports

This commit is contained in:
2019-08-19 23:53:34 +02:00
parent 73fe51ba9c
commit 3e5b41de1d
103 changed files with 240 additions and 160 deletions

View File

@ -2,7 +2,8 @@
# Generated by Django 1.10.7 on 2017-10-07 15:02
from __future__ import unicode_literals
from django.db import migrations, models
from django.db import migrations
from django.db import models
class Migration(migrations.Migration):