mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
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.backends.schema import BaseDatabaseSchemaEditor
|
||||||
from django.db.models import NOT_PROVIDED
|
from django.db.models import NOT_PROVIDED
|
||||||
from django.utils import six
|
|
||||||
|
|
||||||
|
|
||||||
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
|
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user