Fix up some flake8 import issues

This commit is contained in:
Matthew Jones
2015-12-17 11:34:01 -05:00
parent 4ae8d35cc3
commit b59e4d8111
6 changed files with 0 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ import contextlib
import tempfile
# Django REST Framework
from django.conf import settings
from rest_framework.exceptions import ParseError, PermissionDenied
from django.utils.encoding import smart_str
from django.core.urlresolvers import reverse