Skip to content

Commit

Permalink
following coding style about import
Browse files Browse the repository at this point in the history
  • Loading branch information
GyuH13 committed Feb 5, 2025
1 parent ee4fa25 commit d063031
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

from geometry_msgs.msg import Twist
from rclpy.node import Node
from rclpy.qos import qos_profile_sensor_data, QoSProfile
from rclpy.qos import qos_profile_sensor_data
from rclpy.qos import QoSProfile
from sensor_msgs.msg import LaserScan


Expand Down

0 comments on commit d063031

Please sign in to comment.