migrations: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:20 -08:00
committed by Tim Abbott
parent 96f096f38e
commit 4bd28f7ae6
27 changed files with 16 additions and 42 deletions

View File

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