make lint happy with isort --recursive

This commit is contained in:
Asif Saifuddin Auvi 2017-01-18 22:15:44 +06:00
parent 73a0a78fc6
commit 026a8d8707
2 changed files with 2 additions and 2 deletions

View File

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

View File

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