Skip to content

Commit a9d8588

Browse files
committed
Remove unused imports
1 parent ce5c8e2 commit a9d8588

File tree

1 file changed

+0
-2
lines changed
  • rosbridge_library/src/rosbridge_library/internal

1 file changed

+0
-2
lines changed

rosbridge_library/src/rosbridge_library/internal/services.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3131
# POSSIBILITY OF SUCH DAMAGE.
3232

33-
import time
3433
from threading import Thread, Condition
3534
from typing import Any, Callable, Optional
3635

37-
import rclpy
3836
from rclpy.callback_groups import ReentrantCallbackGroup
3937
from rclpy.expand_topic_name import expand_topic_name
4038
from rclpy.node import Node

0 commit comments

Comments
 (0)