diff options
| author | Ludwig Kraatz | 2012-11-13 20:30:18 +0100 | 
|---|---|---|
| committer | Ludwig Kraatz | 2012-11-13 20:30:18 +0100 | 
| commit | 3a30a9b1cbb4444adf3cbb1d3d80c637b5f4f2ca (patch) | |
| tree | 8021a0ac82cd6e2efffbb3f74de6c292d26b09cb /rest_framework/mixins.py | |
| parent | b341dc70af828d066eb3891e8eafb6337cdd2d04 (diff) | |
| download | django-rest-framework-3a30a9b1cbb4444adf3cbb1d3d80c637b5f4f2ca.tar.bz2 | |
removed useless line after polishing code
added it in first commit but after third it became useless.
Diffstat (limited to 'rest_framework/mixins.py')
| -rw-r--r-- | rest_framework/mixins.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/rest_framework/mixins.py b/rest_framework/mixins.py index 832365e5..f6119aa1 100644 --- a/rest_framework/mixins.py +++ b/rest_framework/mixins.py @@ -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): | 
