Skip to content

Commit f7021be

Browse files
committed
Launchers Flake8 tests
1 parent 13d2118 commit f7021be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launch/as2_platform_dji_psdk.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
import as2_core.launch_param_utils as as2_utils
4141
from launch_ros.actions import Node
4242
from launch_ros.substitutions import FindPackageShare
43+
from launch import LaunchDescription
4344
from launch.actions import DeclareLaunchArgument
4445
from launch.substitutions import LaunchConfiguration, EnvironmentVariable, PathJoinSubstitution
45-
from launch import LaunchDescription
4646

4747

4848
def generate_launch_description() -> LaunchDescription:

launch/wrapper.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
from launch_ros.actions import LifecycleNode
4141
import lifecycle_msgs.msg
4242
import launch
43-
from launch.actions import EmitEvent, DeclareLaunchArgument
4443
from launch import LaunchDescription
44+
from launch.actions import EmitEvent, DeclareLaunchArgument
4545
from launch.substitutions import LaunchConfiguration, EnvironmentVariable, PathJoinSubstitution
4646

4747

0 commit comments

Comments
 (0)