Skip to content
Snippets Groups Projects
Commit c60abd62 authored by Guido Trotter's avatar Guido Trotter
Browse files

Split a long docstring line in objects.py


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 88b92fe3
No related branches found
No related tags found
No related merge requests found
......@@ -915,7 +915,8 @@ class NodeGroup(ConfigObject):
def ToDict(self):
"""Custom function for nodegroup.
This discards the members object, which gets recalculated and is only kept in memory.
This discards the members object, which gets recalculated and is only kept
in memory.
"""
mydict = super(NodeGroup, self).ToDict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment