Skip to content

Commit

Permalink
Remove redundant type
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Miller <cammlle@amazon.com>
  • Loading branch information
Cameron Miller committed Sep 3, 2021
1 parent 71ec927 commit 984a6f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ros2launch/ros2launch/command/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
)
Expand Down

0 comments on commit 984a6f8

Please sign in to comment.