Skip to content

Commit 3a2e77b

Browse files
committed
Actions is my favorite IDE, trying a different location for the disable
1 parent a9e224c commit 3a2e77b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ble_apple_media.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def _update(obj):
119119
(
120120
entity_id,
121121
attribute_id,
122-
flags,
123-
) = struct.unpack_from( # pylint: disable=unused-variable
122+
flags, # pylint: disable=unused-variable
123+
) = struct.unpack_from(
124124
"<BBB", obj._buffer
125125
)
126126
value = str(obj._buffer[3:length_read], "utf-8")

0 commit comments

Comments
 (0)