fixed to pass isort linting

This commit is contained in:
imdark 2017-05-24 18:12:38 -07:00 committed by GitHub
parent 9a22811671
commit cdeab1c490

View File

@ -6,8 +6,8 @@ on the request, such as form content or json encoded data.
"""
from __future__ import unicode_literals
import json
import codecs
import json
from django.conf import settings
from django.core.files.uploadhandler import StopFutureHandlers