Skip to content

Commit 6fdcd8e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)