chore(itim): correct var name within function get_serializer_class

ref: #512 #513 #518
This commit is contained in:
2025-02-06 20:59:21 +09:30
parent 73c3f0ac34
commit af0b05cdd5

View File

@ -47,7 +47,7 @@ class ViewSet(ReadOnlyModelViewSet):
def get_serializer_class(self):
if self.serializer_classis is not None:
if self.serializer_class is not None:
return self.serializer_class