mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-06 17:03:42 +03:00
removed useless line after polishing code
added it in first commit but after third it became useless.
This commit is contained in:
parent
b341dc70af
commit
3a30a9b1cb
|
@ -7,7 +7,6 @@ which allows mixin classes to be composed in interesting ways.
|
||||||
from django.http import Http404
|
from django.http import Http404
|
||||||
from rest_framework import status
|
from rest_framework import status
|
||||||
from rest_framework.response import Response
|
from rest_framework.response import Response
|
||||||
from rest_framework.fields import HyperlinkedIdentityField
|
|
||||||
|
|
||||||
|
|
||||||
class CreateModelMixin(object):
|
class CreateModelMixin(object):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user