Corrected a flake8 issue -- this line is imported for the purpose of re-exposing the name

This commit is contained in:
Alex Gaynor 2013-12-06 13:22:53 -06:00
parent bbc73e6a12
commit ffc0e0ca37
1 changed files with 1 additions and 1 deletions

View File

@ -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