diff options
| author | Tymur Maryokhin | 2014-11-28 13:33:07 +0100 | 
|---|---|---|
| committer | Tymur Maryokhin | 2014-11-28 13:33:07 +0100 | 
| commit | d9a09f7826d7faf7e6bfa10fc83e0b7db4689a72 (patch) | |
| tree | 134f824c7ab3b5b71020ec07d2422b681fc8398c | |
| parent | 0539b1be01fd9c6b842a4a8bbdf23b65af8357d1 (diff) | |
| download | django-rest-framework-d9a09f7826d7faf7e6bfa10fc83e0b7db4689a72.tar.bz2 | |
Removed unused import
| -rw-r--r-- | rest_framework/authtoken/views.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/rest_framework/authtoken/views.py b/rest_framework/authtoken/views.py index 1fee5068..b75c2e25 100644 --- a/rest_framework/authtoken/views.py +++ b/rest_framework/authtoken/views.py @@ -1,5 +1,4 @@  from rest_framework.views import APIView -from rest_framework import status  from rest_framework import parsers  from rest_framework import renderers  from rest_framework.response import Response | 
