From 03b1f38b18b03ae18b0664acee412f9c12a1639c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:24:31 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../launch/pointcloud_preprocessor.launch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sample_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py b/sample_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py index 18b1bf3f..3e8ee1fe 100644 --- a/sample_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py +++ b/sample_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py @@ -26,7 +26,6 @@ def launch_setup(context, *args, **kwargs): - # set concat filter as a component concat_component = ComposableNode( package="pointcloud_preprocessor", @@ -74,7 +73,6 @@ def launch_setup(context, *args, **kwargs): def generate_launch_description(): - launch_arguments = [] def add_launch_arg(name: str, default_value=None):