Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f56a2d

Browse files
committedJul 21, 2017
Imports are (now) correctly sorted as per isort.
1 parent 07f67a3 commit 5f56a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎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)