Skip to content

Commit

Permalink
Fix formatting python
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Oct 16, 2024
1 parent 7e3fcac commit 684cf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/launch/online_node.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 684cf23

Please sign in to comment.