Skip to content

Commit

Permalink
Fix mypy errors (#11)
Browse files Browse the repository at this point in the history
(cherry picked from commit 295b5e4)
  • Loading branch information
bjsowa authored and mergify[bot] committed Nov 8, 2024
1 parent ac4c221 commit 0d655f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leo_gz_bringup/launch/leo_gz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

from ament_index_python.packages import get_package_share_directory

from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
from launch.actions import IncludeLaunchDescription
from launch.launch_description import LaunchDescription
from launch.launch_description_sources import PythonLaunchDescriptionSource
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import Node
Expand Down
3 changes: 2 additions & 1 deletion leo_gz_bringup/launch/spawn_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
import os

from ament_index_python.packages import get_package_share_directory
from launch import LaunchContext, LaunchDescription
from launch.actions import DeclareLaunchArgument, OpaqueFunction
from launch.launch_context import LaunchContext
from launch.launch_description import LaunchDescription
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import Node
import xacro
Expand Down

0 comments on commit 0d655f9

Please sign in to comment.