mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed unused imports in example migrations.
This commit is contained in:
parent
503e944ac7
commit
a76d12ceb4
3 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue