fix linting issue

This commit is contained in:
Dhaval Mehta 2020-05-26 02:06:13 +05:30
parent 084b4d5351
commit 36f423870b

View File

@ -189,7 +189,7 @@ class AutoSchema(ViewInspector):
raise Exception(
'"{}" is an invalid class name for schema generation. '
'Serializer\'s class name should be unique and explicit. e.g. "ItemSerializer"'
.format(serializer.__class__.__name__)
.format(serializer.__class__.__name__)
)
return component_name