remove useless import

This commit is contained in:
Brian S. Stephan 2015-08-14 16:55:02 -05:00
parent 425bf64baa
commit b9b626d2ef
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import os
import xmlrpclib
from django.conf import settings
from django.shortcuts import get_object_or_404
from rest_framework import generics, status
from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response