From 984a6f8acc43110a7367bd16c0addc6de36e1168 Mon Sep 17 00:00:00 2001 From: Cameron Miller Date: Fri, 3 Sep 2021 18:14:08 +0000 Subject: [PATCH] Remove redundant type Signed-off-by: Cameron Miller --- ros2launch/ros2launch/command/launch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ros2launch/ros2launch/command/launch.py b/ros2launch/ros2launch/command/launch.py index cde23c88..4b99e822 100644 --- a/ros2launch/ros2launch/command/launch.py +++ b/ros2launch/ros2launch/command/launch.py @@ -99,7 +99,6 @@ def add_arguments(self, parser, cli_name): ) parser.add_argument( '--launch-prefix-filter', - type=str, help=('Regex pattern for filtering which executables the --launch-prefix is applied ' 'to by matching the executable name.') )