Corrected a flake8 issue -- this line is imported for the purpose of re-exposing the name
This commit is contained in:
parent
bbc73e6a12
commit
ffc0e0ca37
|
@ -15,7 +15,7 @@ from django.db.models.fields.files import FileField, ImageField # NOQA
|
|||
from django.db.models.fields.related import ( # NOQA
|
||||
ForeignKey, ForeignObject, OneToOneField, ManyToManyField,
|
||||
ManyToOneRel, ManyToManyRel, OneToOneRel)
|
||||
from django.db.models.fields.proxy import OrderWrt
|
||||
from django.db.models.fields.proxy import OrderWrt # NOQA
|
||||
from django.db.models.deletion import ( # NOQA
|
||||
CASCADE, PROTECT, SET, SET_NULL, SET_DEFAULT, DO_NOTHING, ProtectedError)
|
||||
from django.db.models import signals # NOQA
|
||||
|
|
Loading…
Reference in New Issue