Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2025
1 parent ed00d75 commit 674c880
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
# traffic_light_classifier
add_launch_arg(
"car_classifier_param_path",
os.path.join(
classifier_share_dir, "config", "car_traffic_light_classifier.param.yaml"
),
os.path.join(classifier_share_dir, "config", "car_traffic_light_classifier.param.yaml"),
)
add_launch_arg(
"pedestrian_classifier_param_path",
Expand Down

0 comments on commit 674c880

Please sign in to comment.