Commit 1368c31a by Craig Blaszczyk

remove unused import

parent 734f8f26
...@@ -10,7 +10,6 @@ from django.shortcuts import get_object_or_404 as _get_object_or_404 ...@@ -10,7 +10,6 @@ from django.shortcuts import get_object_or_404 as _get_object_or_404
from django.utils import six from django.utils import six
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from rest_framework import views, mixins from rest_framework import views, mixins
from rest_framework.exceptions import NotFound
from rest_framework.settings import api_settings from rest_framework.settings import api_settings
......
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