Skip to content

Commit 83b1f7c

Browse files
committed
fix import order
1 parent b209e35 commit 83b1f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_json_forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from rest_framework.utils import html
21
from django.utils.datastructures import MultiValueDict
2+
from rest_framework.utils import html
33

44

55
class TestHtmlJsonExamples:

0 commit comments

Comments
 (0)