Skip to content

Commit e215002

Browse files
authored
Update adafruit_aws_iot.py
Fix import so class MMQTTException is resolved.
1 parent ab2fbf9 commit e215002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_aws_iot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
4242
"""
4343
import json
44-
from adafruit_minimqtt import MMQTTException
44+
from adafruit_minimqtt.adafruit_minimqtt import MMQTTException
4545

4646
__version__ = "0.0.0-auto.0"
4747
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_AWS_IOT.git"

0 commit comments

Comments
 (0)