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:
909
909
request = GetMachineStatusRequest ()
910
910
return await self ._client .GetMachineStatus (request )
911
911
912
-
913
912
##################
914
913
# Restart Module #
915
914
##################
Original file line number Diff line number Diff line change 1
- __version__ = "0.50 .0"
1
+ __version__ = "0.51 .0"
2
2
3
3
API_VERSION = "v0.1.455"
4
4
SDK_VERSION = __version__
Original file line number Diff line number Diff line change 32
32
GetVersionRequest ,
33
33
GetVersionResponse ,
34
34
Operation ,
35
- RestartModuleRequest ,
36
- RestartModuleResponse ,
37
35
ResourceNamesRequest ,
38
36
ResourceNamesResponse ,
39
37
ResourceStatus ,
38
+ RestartModuleRequest ,
39
+ RestartModuleResponse ,
40
40
RobotServiceStub ,
41
41
ShutdownRequest ,
42
42
ShutdownResponse ,
@@ -564,7 +564,6 @@ async def shutdown_client_mock(self):
564
564
565
565
async def test_restart_module (self , service : RobotService ):
566
566
async with ChannelFor ([service ]) as channel :
567
-
568
567
client = await RobotClient .with_channel (channel , RobotClient .Options ())
569
568
570
569
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