Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abaker-bdai committed Oct 23, 2023
1 parent e3b12e9 commit 1ab3556
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spot_driver/test/test_spot_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

import bdai_ros2_wrappers.scope as ros_scope
import rclpy
from bosdyn_msgs.msg import (
RobotCommandFeedback,
)
from bosdyn_msgs.msg import RobotCommandFeedback
from std_srvs.srv import Trigger

import spot_driver.spot_ros2
Expand All @@ -14,8 +12,6 @@
Dock,
)

FEEDBACK_INVALID = -128

def spin_thread(executor: MultiThreadedExecutor) -> None:
if executor is not None:
try:
Expand Down

0 comments on commit 1ab3556

Please sign in to comment.