Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2025
1 parent 514c340 commit ae6aa83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

import argparse

from autoware_internal_planning_msgs.msg import PathPointWithLaneId
from autoware_internal_planning_msgs.msg import PathWithLaneId
from autoware_planning_msgs.msg import Path
from autoware_planning_msgs.msg import PathPoint
from autoware_planning_msgs.msg import Trajectory
Expand All @@ -31,8 +33,6 @@
from rclpy.node import Node
from tf2_ros.buffer import Buffer
from tf2_ros.transform_listener import TransformListener
from autoware_internal_planning_msgs.msg import PathPointWithLaneId
from autoware_internal_planning_msgs.msg import PathWithLaneId
from tier4_planning_msgs.msg import VelocityLimit

parser = argparse.ArgumentParser()
Expand Down

0 comments on commit ae6aa83

Please sign in to comment.