Fixed unused import.
This commit is contained in:
parent
870b0a1f86
commit
27a3cfcd77
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue