Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Jan 8, 2025
1 parent ce5c8e2 commit a9d8588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rosbridge_library/src/rosbridge_library/internal/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

import time
from threading import Thread, Condition
from typing import Any, Callable, Optional

import rclpy
from rclpy.callback_groups import ReentrantCallbackGroup
from rclpy.expand_topic_name import expand_topic_name
from rclpy.node import Node
Expand Down

0 comments on commit a9d8588

Please sign in to comment.