fix: fix import ordering

This commit is contained in:
Anes Foufa 2020-07-28 17:40:43 +02:00
parent 97b6d0f09c
commit 74b81a2bf8

View File

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