Commit 1b3b01e0 by Tom Christie

Remove unused imports

parent 4fd971e3
...@@ -11,7 +11,6 @@ The wrapped request then offers a richer API, in particular : ...@@ -11,7 +11,6 @@ The wrapped request then offers a richer API, in particular :
from __future__ import unicode_literals from __future__ import unicode_literals
import sys import sys
import warnings
from django.conf import settings from django.conf import settings
from django.http import QueryDict from django.http import QueryDict
......
...@@ -12,8 +12,6 @@ response content is handled by parsers and renderers. ...@@ -12,8 +12,6 @@ response content is handled by parsers and renderers.
""" """
from __future__ import unicode_literals from __future__ import unicode_literals
import warnings
from django.db import models from django.db import models
from django.db.models.fields import Field as DjangoModelField from django.db.models.fields import Field as DjangoModelField
from django.db.models.fields import FieldDoesNotExist from django.db.models.fields import FieldDoesNotExist
......
...@@ -3,9 +3,6 @@ Provides an APIView class that is the base of all views in REST framework. ...@@ -3,9 +3,6 @@ Provides an APIView class that is the base of all views in REST framework.
""" """
from __future__ import unicode_literals from __future__ import unicode_literals
import inspect
import warnings
from django.core.exceptions import PermissionDenied from django.core.exceptions import PermissionDenied
from django.db import models from django.db import models
from django.http import Http404 from django.http import Http404
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment