diff --git a/rclpy/src/rclpy/client.cpp b/rclpy/src/rclpy/client.cpp index 1d476c9b3..e6289434f 100644 --- a/rclpy/src/rclpy/client.cpp +++ b/rclpy/src/rclpy/client.cpp @@ -167,7 +167,7 @@ void define_client(py::object module) { py::class_(module, "Client") - .def(py::init()) + .def(py::init()) .def_property_readonly( "pointer", [](const Client & client) { return reinterpret_cast(client.rcl_ptr());