Removed unused imports in example migrations.

This commit is contained in:
Arkadiusz Adamski 2017-01-21 13:40:33 +01:00 committed by Tim Graham
parent 503e944ac7
commit a76d12ceb4
3 changed files with 4 additions and 4 deletions

View file

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