Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 3ef4bfc

Browse files
committed
python remove unused imports
Signed-off-by: M. Fatih Cırıt <[email protected]>
1 parent a0f21f6 commit 3ef4bfc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

awsim_labs_sensor_kit_launch/launch/pointcloud_preprocessor.launch.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from launch.conditions import IfCondition
2121
from launch.conditions import UnlessCondition
2222
from launch.substitutions import LaunchConfiguration
23-
from launch_ros.actions import ComposableNodeContainer
2423
from launch_ros.actions import LoadComposableNodes
2524
from launch_ros.descriptions import ComposableNode
2625

common_awsim_labs_sensor_launch/launch/velodyne_node_container.launch.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from launch.conditions import UnlessCondition
2323
from launch.substitutions import LaunchConfiguration
2424
from launch_ros.actions import ComposableNodeContainer
25-
from launch_ros.actions import LoadComposableNodes
2625
from launch_ros.descriptions import ComposableNode
2726
from launch_ros.parameter_descriptions import ParameterFile
2827
import yaml

0 commit comments

Comments
 (0)