Silly linting change

import ordering matters
This commit is contained in:
Matt Davis 2017-05-30 14:13:29 -04:00
parent 6115815108
commit 88f9dbceec

View File

@ -6,8 +6,8 @@ from django.utils import six
from rest_framework import serializers
from tests.models import (
ForeignKeySource, ForeignKeyTarget, ManyToManySource, ManyToManyTarget,
NullableForeignKeySource, NullableOneToOneSource, OneToOnePKSource,
NullableUUIDForeignKeySource, OneToOneTarget, UUIDForeignKeyTarget
NullableForeignKeySource, NullableOneToOneSource, NullableUUIDForeignKeySource,
OneToOnePKSource, OneToOneTarget, UUIDForeignKeyTarget
)