mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
fix import order
This commit is contained in:
parent
b209e35fd7
commit
303a304a28
|
@ -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:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user