removed useless line after polishing code

added it in first commit but after third it became useless.
This commit is contained in:
Ludwig Kraatz 2012-11-13 20:30:18 +01:00
parent b341dc70af
commit 3a30a9b1cb

View File

@ -7,7 +7,6 @@ which allows mixin classes to be composed in interesting ways.
from django.http import Http404
from rest_framework import status
from rest_framework.response import Response
from rest_framework.fields import HyperlinkedIdentityField
class CreateModelMixin(object):