Skip to content

Commit 3b9a2f5

Browse files
author
brentru
committed
push fix
1 parent 96b681d commit 3b9a2f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ def publish(self, topic, msg, retain=False, qos=0):
578578
:param int qos: Quality of Service level for the message, defaults to
579579
zero. Conventional options are ``0`` (send at most once), ``1``
580580
(send at least once), or ``2`` (send exactly once).
581-
582581
"""
583582
self.is_connected()
584583
self._valid_topic(topic)

0 commit comments

Comments
 (0)