File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,6 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
909909 request = GetMachineStatusRequest ()
910910 return await self ._client .GetMachineStatus (request )
911911
912-
913912 ##################
914913 # Restart Module #
915914 ##################
Original file line number Diff line number Diff line change 1- __version__ = "0.50 .0"
1+ __version__ = "0.51 .0"
22
33API_VERSION = "v0.1.455"
44SDK_VERSION = __version__
Original file line number Diff line number Diff line change 3232 GetVersionRequest ,
3333 GetVersionResponse ,
3434 Operation ,
35- RestartModuleRequest ,
36- RestartModuleResponse ,
3735 ResourceNamesRequest ,
3836 ResourceNamesResponse ,
3937 ResourceStatus ,
38+ RestartModuleRequest ,
39+ RestartModuleResponse ,
4040 RobotServiceStub ,
4141 ShutdownRequest ,
4242 ShutdownResponse ,
@@ -564,7 +564,6 @@ async def shutdown_client_mock(self):
564564
565565 async def test_restart_module (self , service : RobotService ):
566566 async with ChannelFor ([service ]) as channel :
567-
568567 client = await RobotClient .with_channel (channel , RobotClient .Options ())
569568
570569 with mock .patch ("viam.robot.client.RobotClient.restart_module" ) as restart_module_mock :
You can’t perform that action at this time.
0 commit comments