From 684cf23b168a899607aa67be3f63881cb1c86cb2 Mon Sep 17 00:00:00 2001 From: tizianoGuadagnino Date: Wed, 16 Oct 2024 15:41:01 +0200 Subject: [PATCH] Fix formatting python --- ros/launch/online_node.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros/launch/online_node.launch.py b/ros/launch/online_node.launch.py index 1d3a198..603e973 100644 --- a/ros/launch/online_node.launch.py +++ b/ros/launch/online_node.launch.py @@ -2,10 +2,10 @@ from ament_index_python.packages import get_package_share_directory from launch import LaunchDescription +from launch.conditions import IfCondition from launch.launch_description_sources import ( get_launch_description_from_python_launch_file, ) -from launch.conditions import IfCondition from launch.substitutions import LaunchConfiguration, PythonExpression from launch_ros.actions import Node from launch_ros.substitutions.find_package import get_package_share_directory