Commit 88f9dbce by Matt Davis

Silly linting change

import ordering matters
parent 61158151
...@@ -6,8 +6,8 @@ from django.utils import six ...@@ -6,8 +6,8 @@ from django.utils import six
from rest_framework import serializers from rest_framework import serializers
from tests.models import ( from tests.models import (
ForeignKeySource, ForeignKeyTarget, ManyToManySource, ManyToManyTarget, ForeignKeySource, ForeignKeyTarget, ManyToManySource, ManyToManyTarget,
NullableForeignKeySource, NullableOneToOneSource, OneToOnePKSource, NullableForeignKeySource, NullableOneToOneSource, NullableUUIDForeignKeySource,
NullableUUIDForeignKeySource, OneToOneTarget, UUIDForeignKeyTarget OneToOnePKSource, OneToOneTarget, UUIDForeignKeyTarget
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment