diff --git a/lerobot/scripts/server/async_inference.proto b/lerobot/scripts/server/async_inference.proto index b0299273..8e48c812 100644 --- a/lerobot/scripts/server/async_inference.proto +++ b/lerobot/scripts/server/async_inference.proto @@ -1,3 +1,5 @@ +// fmt: off +// flake8: noqa // !/usr/bin/env python // Copyright 2024 The HuggingFace Inc. team. @@ -37,7 +39,7 @@ enum TransferState { // Messages message Observation { - // sent by Robot, to remote Policy + // sent by Robot, to remote Policy TransferState transfer_state = 1; bytes data = 2; }