Commit cdeab1c4 by imdark Committed by GitHub

fixed to pass isort linting

parent 9a228116
......@@ -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
......
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