From 8d0d5d5e7aa9b48018386ad9e41013e8169aa0ae Mon Sep 17 00:00:00 2001 From: stevedan Date: Fri, 14 Jun 2024 21:47:58 +0200 Subject: [PATCH] formmatting python Signed-off-by: stevedan --- .../src/localization/test_localization_launch.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nav2_system_tests/src/localization/test_localization_launch.py b/nav2_system_tests/src/localization/test_localization_launch.py index cee6d92d684..aedca4fcf79 100755 --- a/nav2_system_tests/src/localization/test_localization_launch.py +++ b/nav2_system_tests/src/localization/test_localization_launch.py @@ -20,11 +20,11 @@ from ament_index_python.packages import get_package_share_directory from launch import LaunchDescription from launch import LaunchService -from launch.actions import ExecuteProcess +from launch.actions import AppendEnvironmentVariable, ExecuteProcess +from launch.actions import IncludeLaunchDescription +from launch.launch_description_sources import PythonLaunchDescriptionSource import launch_ros.actions from launch_testing.legacy import LaunchTestService -from launch.actions import AppendEnvironmentVariable, IncludeLaunchDescription -from launch.launch_description_sources import PythonLaunchDescriptionSource def main(argv=sys.argv[1:]):