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: """