Format import

This commit is contained in:
954 2022-11-22 13:32:13 +08:00
parent 0aa817c1d8
commit fbe3de34cd

View File

@ -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: