Skip to content

Commit 64638cf

Browse files
committed
Correct Ruff Line Too Long Error
Adjusted formatting to resolve the ruff E501 Error.
1 parent 0356eec commit 64638cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ def unsubscribe( # noqa: PLR0912, Too many branches
865865
self._subscribed_topics.remove(t)
866866
return
867867
if op != MQTT_PUBLISH:
868-
# [3.10.4] The Server may continue to deliver existing messages buffered for delivery
869-
# to the client prior to sending the UNSUBACK Packet.
868+
# [3.10.4] The Server may continue to deliver existing messages buffered
869+
# for delivery to the client prior to sending the UNSUBACK Packet.
870870
raise MMQTTException(
871871
f"invalid message received as response to UNSUBSCRIBE: {hex(op)}"
872872
)

0 commit comments

Comments
 (0)