Skip to content

Commit 78267b9

Browse files
committed
Lint
Signed-off-by: Michael Carroll <[email protected]>
1 parent 1ec1f44 commit 78267b9

File tree

1 file changed

+2
-1
lines changed
  • ros2topic/ros2topic/verb

1 file changed

+2
-1
lines changed

ros2topic/ros2topic/verb/hz.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ def _setup_base_safe_eval():
116116

117117

118118
def _get_nested_messages(msg_ordereddict):
119-
"""Helper function to get a list of all message field names recursively"""
119+
"""List all message field names recursively."""
120+
120121
all_attributes = []
121122
for (k, v) in msg_ordereddict.items():
122123
all_attributes.append(k)

0 commit comments

Comments
 (0)