Fix linter error
This commit is contained in:
parent
576ee13687
commit
17523b2862
1 changed files with 3 additions and 1 deletions
|
@ -119,7 +119,9 @@ class Ros2Handler(EventHandler):
|
|||
rmw_handle = get_field(event, 'rmw_subscription_handle')
|
||||
topic_name = get_field(event, 'topic_name')
|
||||
depth = get_field(event, 'queue_depth')
|
||||
self.data.add_rcl_subscription(handle, timestamp, node_handle, rmw_handle, topic_name, depth)
|
||||
self.data.add_rcl_subscription(
|
||||
handle, timestamp, node_handle, rmw_handle, topic_name, depth,
|
||||
)
|
||||
|
||||
def _handle_rclcpp_subscription_init(
|
||||
self, event: Dict, metadata: EventMetadata,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue