docs/style: updating docs and deprecated links (#1584)

This commit is contained in:
Caroline Pascal
2025-07-28 12:55:47 +02:00
committed by GitHub
parent b61a4ded9a
commit 664e069c3f
6 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
"""Unit-tests for the `RobotClient` action-queue logic (pure Python, no gRPC).
We monkey-patch `lerobot.common.robot_devices.robots.utils.make_robot` so that
We monkey-patch `lerobot.robots.utils.make_robot_from_config` so that
no real hardware is accessed. Only the queue-update mechanism is verified.
"""