Skip to content

Commit

Permalink
nit clean up import
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Hughes committed Jan 9, 2025
1 parent e60dbc5 commit 05ef5e2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spot_driver/spot_driver/spot_ros2.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,8 @@
from sensor_msgs.msg import JointState
from std_srvs.srv import SetBool, Trigger
from synchros2.node import Node
from synchros2.single_goal_action_server import (
SingleGoalActionServer,
)
from synchros2.single_goal_multiple_action_servers import (
SingleGoalMultipleActionServers,
)
from synchros2.single_goal_action_server import SingleGoalActionServer
from synchros2.single_goal_multiple_action_servers import SingleGoalMultipleActionServers

import spot_driver.robot_command_util as robot_command_util

Expand Down

0 comments on commit 05ef5e2

Please sign in to comment.