Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a75a613

Browse files
committed
More of this isort madness
1 parent 07f67a3 commit a75a613

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎example/serializers.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import rest_framework
44

55
from packaging import version
6+
67
from rest_framework_json_api import relations, serializers
78

89
from example.models import (

‎example/views.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import rest_framework.parsers
22
import rest_framework.renderers
3+
from rest_framework import exceptions
4+
35
import rest_framework_json_api.metadata
46
import rest_framework_json_api.parsers
57
import rest_framework_json_api.renderers
6-
from rest_framework import exceptions
7-
88
from rest_framework_json_api.utils import format_drf_errors
99
from rest_framework_json_api.views import ModelViewSet, RelationshipView
1010

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /