File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
MovementSensorServiceBase ,
30
30
)
31
31
from viam .resource .rpc_service_base import ResourceRPCServiceBase
32
- from viam .utils import dict_to_struct , struct_to_dict , sensor_readings_native_to_value
32
+ from viam .utils import dict_to_struct , sensor_readings_native_to_value , struct_to_dict
33
33
34
34
35
35
class MovementSensorRPCService (MovementSensorServiceBase , ResourceRPCServiceBase ):
Original file line number Diff line number Diff line change 12
12
PowerSensorServiceBase ,
13
13
)
14
14
from viam .resource .rpc_service_base import ResourceRPCServiceBase
15
- from viam .utils import dict_to_struct , struct_to_dict , sensor_readings_native_to_value
15
+ from viam .utils import dict_to_struct , sensor_readings_native_to_value , struct_to_dict
16
16
17
17
18
18
class PowerSensorRPCService (PowerSensorServiceBase , ResourceRPCServiceBase ):
You can’t perform that action at this time.
0 commit comments