fix: ruff, get your hands off compiled files

This commit is contained in:
Francesco Capuano
2025-04-17 20:33:54 +02:00
parent 2bcdb57854
commit 40237f5ea3
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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
"""