mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
make lint happy with isort --recursive
This commit is contained in:
parent
73a0a78fc6
commit
026a8d8707
|
@ -32,7 +32,7 @@ from django.utils.translation import ugettext_lazy as _
|
|||
|
||||
from rest_framework import ISO_8601
|
||||
from rest_framework.compat import (
|
||||
get_remote_field, unicode_repr, unicode_to_repr, value_from_object, utc
|
||||
get_remote_field, unicode_repr, unicode_to_repr, utc, value_from_object
|
||||
)
|
||||
from rest_framework.exceptions import ErrorDetail, ValidationError
|
||||
from rest_framework.settings import api_settings
|
||||
|
|
|
@ -12,8 +12,8 @@ from django.utils import six
|
|||
|
||||
import rest_framework
|
||||
from rest_framework import serializers
|
||||
from rest_framework.fields import is_simple_callable
|
||||
from rest_framework.compat import utc
|
||||
from rest_framework.fields import is_simple_callable
|
||||
|
||||
try:
|
||||
import typings
|
||||
|
|
Loading…
Reference in New Issue
Block a user