Skip to content

Commit 3048347

Browse files
Makes precommit happy.
1 parent 8b7b939 commit 3048347

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/remote_python_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
from pathlib import Path
2525

2626
import rclpy
27+
from dynamic_graph_bridge_cpp_bindings import RosPythonInterpreterClient
2728

2829
# Used to connect to ROS services
2930
from dynamic_graph_bridge.ros.dgcompleter import DGCompleter
30-
from dynamic_graph_bridge_cpp_bindings import RosPythonInterpreterClient
3131

3232

3333
def signal_handler(sig, frame):

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,5 @@ if(BUILD_TESTING)
102102
find_package(ament_cmake_gtest)
103103
create_ros_bridge_unittest(ros_init dynamic_graph_bridge)
104104
create_ros_bridge_unittest(ros_interpreter dynamic_graph_bridge)
105+
105106
endif()

0 commit comments

Comments
 (0)