aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/views.py
diff options
context:
space:
mode:
authorTymur Maryokhin2014-11-28 13:33:07 +0100
committerTymur Maryokhin2014-11-28 13:33:07 +0100
commitd9a09f7826d7faf7e6bfa10fc83e0b7db4689a72 (patch)
tree134f824c7ab3b5b71020ec07d2422b681fc8398c /rest_framework/authtoken/views.py
parent0539b1be01fd9c6b842a4a8bbdf23b65af8357d1 (diff)
downloaddjango-rest-framework-d9a09f7826d7faf7e6bfa10fc83e0b7db4689a72.tar.bz2
Removed unused import
Diffstat (limited to 'rest_framework/authtoken/views.py')
-rw-r--r--rest_framework/authtoken/views.py1
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