Skip to content

Commit 3d08ca3

Browse files
chore(pre-commit.ci): auto fixes
1 parent 6de6716 commit 3d08ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/leaone_ble/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def _start_update(self, service_info: BluetoothServiceInfoBleak) -> None:
8585
+ changed_manufacturer_data[last_id]
8686
)
8787
xvalue = data[1:9]
88-
(frame_cnt, weight, impedance, _control, stabilized_byte) = UNPACK_DATA(xvalue)
88+
frame_cnt, weight, impedance, _control, stabilized_byte = UNPACK_DATA(xvalue)
8989
self.set_precision(2)
9090
packet_id = frame_cnt << 8 | stabilized_byte
9191
self.update_predefined_sensor(SensorLibrary.PACKET_ID__NONE, packet_id)

0 commit comments

Comments
 (0)