Skip to content

Commit

Permalink
16670 fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Aug 5, 2024
1 parent 5fa0a7f commit b614196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/core/api/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _get_serializer_name(self, serializer, direction, bypass_extensions=False) -

def get_serializer_ref_name(self, serializer):
# from drf-yasg.utils
"""Get serializer's ref_name (or None for ModelSerializer if it is named 'NestedSerializer')
"""Get serializer's ref_name
:param serializer: Serializer instance
:return: Serializer's ``ref_name`` or ``None`` for inline serializer
:rtype: str or None
Expand Down

0 comments on commit b614196

Please sign in to comment.