Skip to content

Commit 6b63439

Browse files
committed
Fixed imports with isort
1 parent 3109ecc commit 6b63439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rest_framework/relations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
from django.utils.translation import ugettext_lazy as _
1414

1515
from rest_framework.compat import OrderedDict
16-
from rest_framework.fields import Field, empty, get_attribute, is_simple_callable
16+
from rest_framework.fields import (
17+
Field, empty, get_attribute, is_simple_callable
18+
)
1719
from rest_framework.reverse import reverse
1820
from rest_framework.utils import html
1921

0 commit comments

Comments
 (0)