Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent d994c31 commit 7ab83e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common_sensor_launch/launch/spinnaker.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def load_composable_node_param(param_path):
"camera_info_url"
),
},
{
"use_image_transport": LaunchConfiguration("use_image_transport")
}
{"use_image_transport": LaunchConfiguration("use_image_transport")},
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
),
Expand Down

0 comments on commit 7ab83e8

Please sign in to comment.