Removed unused imports from name slug migration.
- Legacy-Id: 8457
This commit is contained in:
parent
1307151c6c
commit
6e6dd79e0f
|
@ -1,9 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from south.utils import datetime_utils as datetime
|
||||
from south.db import db
|
||||
from south.v2 import SchemaMigration
|
||||
from django.db import models
|
||||
|
||||
|
||||
class Migration(SchemaMigration):
|
||||
|
||||
|
|
Loading…
Reference in a new issue