From 303a304a28cff3d7b48e8a6bf142e19ca73ab359 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Thu, 6 Aug 2015 09:39:38 -0500 Subject: [PATCH] fix import order --- tests/test_json_forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_json_forms.py b/tests/test_json_forms.py index e98247b83..a3c31612b 100644 --- a/tests/test_json_forms.py +++ b/tests/test_json_forms.py @@ -1,6 +1,7 @@ -from rest_framework.utils import html from django.utils.datastructures import MultiValueDict +from rest_framework.utils import html + class TestHtmlJsonExamples: """