From e04c12a5ec697c6f48aca8d441bba2318ef50097 Mon Sep 17 00:00:00 2001 From: Pimpest <82343504+Pimpest@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:55:23 +0100 Subject: [PATCH] Removed unecessary import --- mg_control/launch/launch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mg_control/launch/launch.py b/mg_control/launch/launch.py index eebe7f0..321ea37 100644 --- a/mg_control/launch/launch.py +++ b/mg_control/launch/launch.py @@ -1,6 +1,5 @@ from launch import LaunchDescription from launch.actions import DeclareLaunchArgument, RegisterEventHandler, TimerAction -from launch.event_handlers import OnProcessStart from launch.substitutions import LaunchConfiguration, PathJoinSubstitution, PythonExpression from launch_ros.actions import Node from launch_ros.substitutions import FindPackageShare