Skip to content

Commit 407c37d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent da1e36b commit 407c37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
2827

2928
# Used to connect to ROS services
3029
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):

0 commit comments

Comments
 (0)