Format import

This commit is contained in:
954 2022-11-22 13:38:48 +08:00
parent fbe3de34cd
commit 85eb12ec38

View File

@ -6,7 +6,9 @@ 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: