1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[1.11.x] Removed unused imports in example migrations.

Backport of a76d12ceb4 from master
This commit is contained in:
Arkadiusz Adamski
2017-01-21 13:40:33 +01:00
committed by Tim Graham
parent 6bb01b0b3c
commit a15d81a183
3 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ the respective field according to your needs.
# Generated by Django A.B on YYYY-MM-DD HH:MM
from __future__ import unicode_literals
from django.db import migrations, models
from django.db import migrations
import uuid
def gen_uuid(apps, schema_editor):