mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-29 21:43:46 +03:00
Silly linting change
import ordering matters
This commit is contained in:
parent
6115815108
commit
88f9dbceec
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user