Fixed unused import.

This commit is contained in:
Loic Bistuer 2014-05-21 10:42:07 +07:00
parent 870b0a1f86
commit 27a3cfcd77
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
from django.db.backends.schema import BaseDatabaseSchemaEditor
from django.db.models import NOT_PROVIDED
from django.utils import six
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):