Commit 026a8d87 by Asif Saifuddin Auvi

make lint happy with isort --recursive

parent 73a0a78f
...@@ -32,7 +32,7 @@ from django.utils.translation import ugettext_lazy as _ ...@@ -32,7 +32,7 @@ from django.utils.translation import ugettext_lazy as _
from rest_framework import ISO_8601 from rest_framework import ISO_8601
from rest_framework.compat import ( 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.exceptions import ErrorDetail, ValidationError
from rest_framework.settings import api_settings from rest_framework.settings import api_settings
......
...@@ -12,8 +12,8 @@ from django.utils import six ...@@ -12,8 +12,8 @@ from django.utils import six
import rest_framework import rest_framework
from rest_framework import serializers from rest_framework import serializers
from rest_framework.fields import is_simple_callable
from rest_framework.compat import utc from rest_framework.compat import utc
from rest_framework.fields import is_simple_callable
try: try:
import typings import typings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment