diff --git a/scripts/remote_python_client.py b/scripts/remote_python_client.py
index e3c7023e9c94e02929795dbd7096e6b1016c0512..2fb0432e77aa5c017dd8aaf4ab36d0646bb65dc8 100755
--- a/scripts/remote_python_client.py
+++ b/scripts/remote_python_client.py
@@ -24,10 +24,10 @@ import sys
 from pathlib import Path
 
 import rclpy
-from dynamic_graph_bridge_cpp_bindings import RosPythonInterpreterClient
 
 # Used to connect to ROS services
 from dynamic_graph_bridge.ros.dgcompleter import DGCompleter
+from dynamic_graph_bridge_cpp_bindings import RosPythonInterpreterClient
 
 
 def signal_handler(sig, frame):