We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c55af commit 96b681dCopy full SHA for 96b681d
1 file changed
adafruit_minimqtt/adafruit_minimqtt.py
@@ -81,12 +81,14 @@
81
_the_interface = None # pylint: disable=invalid-name
82
_the_sock = None # pylint: disable=invalid-name
83
84
+
85
class MMQTTException(Exception):
86
"""MiniMQTT Exception class."""
87
88
# pylint: disable=unnecessary-pass
89
# pass
90
91
92
# Legacy ESP32SPI Socket API
93
def set_socket(sock, iface=None):
94
"""Legacy API for setting the socket and network interface, use a `Session` instead.
0 commit comments