forked from tangger/lerobot
fix: ruff, get your hands off compiled files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user