cleaned out boilerplate migration imports that arent actually used
- Legacy-Id: 8709
This commit is contained in:
parent
e5e6b1337d
commit
8a8da7a397
|
@ -1,8 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from south.utils import datetime_utils as datetime
|
||||
from south.db import db
|
||||
from south.v2 import DataMigration
|
||||
from django.db import models
|
||||
|
||||
class Migration(DataMigration):
|
||||
|
||||
|
|
Loading…
Reference in a new issue