mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-25 23:50:01 +03:00
Format import
This commit is contained in:
parent
fbe3de34cd
commit
85eb12ec38
|
@ -6,7 +6,9 @@ from django.utils.datastructures import MultiValueDict
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.exceptions import ErrorDetail
|
from rest_framework.exceptions import ErrorDetail
|
||||||
from tests.models import CustomManagerModel, NullableOneToOneSource, OneToOneTarget
|
from tests.models import (
|
||||||
|
CustomManagerModel, NullableOneToOneSource, OneToOneTarget
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class BasicObject:
|
class BasicObject:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user