Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Nov 24, 2024
1 parent 91beb88 commit caf395b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion pykos/pykos/services/actuator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import grpc
from google.longrunning import operations_pb2, operations_pb2_grpc
from google.protobuf.any_pb2 import Any as AnyPb2

from kos import actuator_pb2, actuator_pb2_grpc, common_pb2
from kos.actuator_pb2 import CalibrateActuatorMetadata

Expand Down
1 change: 0 additions & 1 deletion pykos/pykos/services/imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import grpc
from google.protobuf.empty_pb2 import Empty

from kos import imu_pb2, imu_pb2_grpc


Expand Down
1 change: 0 additions & 1 deletion pykos/pykos/services/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import grpc
from google.protobuf.empty_pb2 import Empty

from kos import process_manager_pb2_grpc
from kos.common_pb2 import Error
from kos.process_manager_pb2 import KClipStartRequest
Expand Down
4 changes: 2 additions & 2 deletions pykos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def run(self) -> None:
},
setup_requires=["grpcio-tools"],
cmdclass={
'build_py': BuildPyCommand,
'egg_info': EggInfoCommand,
"build_py": BuildPyCommand,
"egg_info": EggInfoCommand,
},
)

0 comments on commit caf395b

Please sign in to comment.