Skip to content

Commit 96b681d

Browse files
author
brentru
committed
black
1 parent 93c55af commit 96b681d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@
8181
_the_interface = None # pylint: disable=invalid-name
8282
_the_sock = None # pylint: disable=invalid-name
8383

84+
8485
class MMQTTException(Exception):
8586
"""MiniMQTT Exception class."""
8687

8788
# pylint: disable=unnecessary-pass
8889
# pass
8990

91+
9092
# Legacy ESP32SPI Socket API
9193
def set_socket(sock, iface=None):
9294
"""Legacy API for setting the socket and network interface, use a `Session` instead.

0 commit comments

Comments
 (0)