Remove unused import

- Legacy-Id: 12142
This commit is contained in:
Ole Laursen 2016-10-14 08:40:24 +00:00
parent e598b7209a
commit 2b7fcf0b5f

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
class Migration(migrations.Migration):