mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
fix: fix import ordering
This commit is contained in:
parent
97b6d0f09c
commit
74b81a2bf8
|
@ -38,8 +38,10 @@ from rest_framework.exceptions import ErrorDetail, ValidationError
|
||||||
from rest_framework.settings import api_settings
|
from rest_framework.settings import api_settings
|
||||||
from rest_framework.utils import html, humanize_datetime, json, representation
|
from rest_framework.utils import html, humanize_datetime, json, representation
|
||||||
from rest_framework.utils.formatting import lazy_format
|
from rest_framework.utils.formatting import lazy_format
|
||||||
from rest_framework.validators import (ExclusiveMaxValueValidator, ExclusiveMinValueValidator,
|
from rest_framework.validators import (
|
||||||
ProhibitSurrogateCharactersValidator)
|
ExclusiveMaxValueValidator, ExclusiveMinValueValidator,
|
||||||
|
ProhibitSurrogateCharactersValidator
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class empty:
|
class empty:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user