Skip to content

Commit

Permalink
Fix pre-commit hook errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Dec 17, 2024
1 parent 708dfbf commit 50f7aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import sys
import unittest
from typing import Any

from action_msgs.msg import GoalStatus
from example_interfaces.action import Fibonacci
Expand Down
2 changes: 1 addition & 1 deletion rosbridge_server/test/websocket/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import json
from typing import Any, Awaitable, Callable

from launch.launch_description import LaunchDescription
import launch
import launch_ros
import rclpy
import rclpy.task

from autobahn.twisted.websocket import WebSocketClientFactory, WebSocketClientProtocol
from launch.launch_description import LaunchDescription
from rcl_interfaces.srv import GetParameters
from rclpy.executors import SingleThreadedExecutor
from rclpy.node import Node
Expand Down

0 comments on commit 50f7aae

Please sign in to comment.