Skip to content

Commit 3937a22

Browse files
formatting changes
1 parent fc83b5a commit 3937a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/viam/components/movement_sensor/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MovementSensorServiceBase,
3030
)
3131
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
3333

3434

3535
class MovementSensorRPCService(MovementSensorServiceBase, ResourceRPCServiceBase):

src/viam/components/power_sensor/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PowerSensorServiceBase,
1313
)
1414
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
1616

1717

1818
class PowerSensorRPCService(PowerSensorServiceBase, ResourceRPCServiceBase):

0 commit comments

Comments
 (0)