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
0aa817c1d8
commit
fbe3de34cd
|
@ -6,7 +6,7 @@ from django.utils.datastructures import MultiValueDict
|
|||
|
||||
from rest_framework import serializers
|
||||
from rest_framework.exceptions import ErrorDetail
|
||||
from tests.models import (CustomManagerModel, NullableOneToOneSource, OneToOneTarget)
|
||||
from tests.models import CustomManagerModel, NullableOneToOneSource, OneToOneTarget
|
||||
|
||||
|
||||
class BasicObject:
|
||||
|
|
Loading…
Reference in New Issue
Block a user