diff options
| author | Tom Christie | 2012-02-20 09:36:03 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-02-20 09:36:03 +0000 |
| commit | 21fcd3a90631e96e3fa210dd526abab9571ad6e1 (patch) | |
| tree | 89de366aeb125596bf00d811cd8a409246c3c9e4 /djangorestframework/mixins.py | |
| parent | fbf76c87affc88f04bb0d0acaecc6af6442ba921 (diff) | |
| download | django-rest-framework-21fcd3a90631e96e3fa210dd526abab9571ad6e1.tar.bz2 | |
Some cleanup
Diffstat (limited to 'djangorestframework/mixins.py')
| -rw-r--r-- | djangorestframework/mixins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/mixins.py b/djangorestframework/mixins.py index cf746839..aae0f76f 100644 --- a/djangorestframework/mixins.py +++ b/djangorestframework/mixins.py @@ -13,7 +13,6 @@ from djangorestframework.renderers import BaseRenderer from djangorestframework.resources import Resource, FormResource, ModelResource from djangorestframework.response import Response, ImmediateResponse from djangorestframework.request import Request -from djangorestframework.utils import as_tuple, allowed_methods __all__ = ( |
