Skip to content

Commit 0b25e3a

Browse files
committed
Fix isort issue.
1 parent 5650bd1 commit 0b25e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
from rest_framework_json_api.utils import format_resource_type
1212

13-
from .. import views
1413
from . import TestBase
14+
from .. import views
1515
from example.factories import AuthorFactory, CommentFactory, EntryFactory
1616
from example.models import Author, Blog, Comment, Entry
1717
from example.serializers import AuthorBioSerializer, AuthorTypeSerializer, EntrySerializer

0 commit comments

Comments
 (0)