mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +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.utils import html, humanize_datetime, json, representation
|
||||
from rest_framework.utils.formatting import lazy_format
|
||||
from rest_framework.validators import (ExclusiveMaxValueValidator, ExclusiveMinValueValidator,
|
||||
ProhibitSurrogateCharactersValidator)
|
||||
from rest_framework.validators import (
|
||||
ExclusiveMaxValueValidator, ExclusiveMinValueValidator,
|
||||
ProhibitSurrogateCharactersValidator
|
||||
)
|
||||
|
||||
|
||||
class empty:
|
||||
|
|
Loading…
Reference in New Issue
Block a user