From 40237f5ea37ba14a9029931afef1e8f78fc338b8 Mon Sep 17 00:00:00 2001 From: Francesco Capuano Date: Thu, 17 Apr 2025 20:33:54 +0200 Subject: [PATCH] fix: ruff, get your hands off compiled files --- lerobot/scripts/server/async_inference_pb2.py | 2 ++ lerobot/scripts/server/async_inference_pb2_grpc.py | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lerobot/scripts/server/async_inference_pb2.py b/lerobot/scripts/server/async_inference_pb2.py index 180ecd08f..0186ca99a 100644 --- a/lerobot/scripts/server/async_inference_pb2.py +++ b/lerobot/scripts/server/async_inference_pb2.py @@ -1,3 +1,5 @@ +# fmt: off +# flake8: noqa # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE diff --git a/lerobot/scripts/server/async_inference_pb2_grpc.py b/lerobot/scripts/server/async_inference_pb2_grpc.py index 30bf95fbf..c2ebd2034 100644 --- a/lerobot/scripts/server/async_inference_pb2_grpc.py +++ b/lerobot/scripts/server/async_inference_pb2_grpc.py @@ -1,3 +1,5 @@ +# fmt: off +# flake8: noqa # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! """Client and server classes corresponding to protobuf-defined services.""" import grpc @@ -25,7 +27,7 @@ if _version_not_supported: ) -class AsyncInferenceStub(object): +class AsyncInferenceStub: """AsyncInference: from Robot perspective Robot send observations to & executes action received from a remote Policy server """ @@ -53,7 +55,7 @@ class AsyncInferenceStub(object): _registered_method=True) -class AsyncInferenceServicer(object): +class AsyncInferenceServicer: """AsyncInference: from Robot perspective Robot send observations to & executes action received from a remote Policy server """ @@ -104,7 +106,7 @@ def add_AsyncInferenceServicer_to_server(servicer, server): # This class is part of an EXPERIMENTAL API. -class AsyncInference(object): +class AsyncInference: """AsyncInference: from Robot perspective Robot send observations to & executes action received from a remote Policy server """