fix import order

This commit is contained in:
S. Andrew Sheppard 2015-08-06 09:39:38 -05:00
parent b209e35fd7
commit 303a304a28

View File

@ -1,6 +1,7 @@
from rest_framework.utils import html
from django.utils.datastructures import MultiValueDict from django.utils.datastructures import MultiValueDict
from rest_framework.utils import html
class TestHtmlJsonExamples: class TestHtmlJsonExamples:
""" """