From 8461ce8d798dd55014b19eb1fc7b7f68a85c9090 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:27:07 +0000 Subject: [PATCH] style(pre-commit): autofix --- README.md | 3 ++- bag2lanelet/scripts/bag2map.py | 1 - build_depends.repos | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf43cbe2a..62152e5d5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # autoware_tools -This is a repository for keeping packages that are not needed at runtime, including packages for benchmarking, debugging, tuning, calibrating, etc. \ No newline at end of file + +This is a repository for keeping packages that are not needed at runtime, including packages for benchmarking, debugging, tuning, calibrating, etc. diff --git a/bag2lanelet/scripts/bag2map.py b/bag2lanelet/scripts/bag2map.py index 08ab3db34..462bff2a3 100755 --- a/bag2lanelet/scripts/bag2map.py +++ b/bag2lanelet/scripts/bag2map.py @@ -6,7 +6,6 @@ from bag2way import bag2point_stamped import folium - from tools.bag2lanelet.scripts.lanelet_xml import LaneletMap diff --git a/build_depends.repos b/build_depends.repos index 6e4fc677f..620cba583 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -20,4 +20,3 @@ repositories: type: git url: https://github.com/tier4/autoware_auto_msgs.git version: tier4/main -