Skip to content

Commit caf3f90

Browse files
author
Tim Csitkovics
committed
Fix travis
1 parent 315d2cc commit caf3f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/tests/test_serializers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
from django.urls import reverse
66
from django.utils import timezone
77

8-
from example.models import Author, Blog, Entry
98
from rest_framework_json_api.serializers import ResourceIdentifierObjectSerializer, ModelSerializer
109
from rest_framework_json_api.utils import format_resource_type
1110

11+
from example.models import Author, Blog, Entry
12+
1213
pytestmark = pytest.mark.django_db
1314

1415

0 commit comments

Comments
 (0)