mirror of
https://github.com/Hopiu/django.git
synced 2026-05-12 01:23:09 +00:00
Fixed unused import.
This commit is contained in:
parent
870b0a1f86
commit
27a3cfcd77
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue