From e347736510bacbba10455ef60e95a35577231588 Mon Sep 17 00:00:00 2001 From: Tomohito Ando Date: Thu, 25 Jul 2024 18:39:49 +0900 Subject: [PATCH] ci: fix pre-commit error Signed-off-by: Tomohito Ando --- aip_x2_launch/launch/nebula_node_container.launch.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aip_x2_launch/launch/nebula_node_container.launch.py b/aip_x2_launch/launch/nebula_node_container.launch.py index 3eb6ef1b..86516336 100644 --- a/aip_x2_launch/launch/nebula_node_container.launch.py +++ b/aip_x2_launch/launch/nebula_node_container.launch.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os - -from ament_index_python.packages import get_package_share_directory import launch from launch.actions import DeclareLaunchArgument from launch.actions import OpaqueFunction