adafruit / Adafruit_CircuitPython_AzureIoT

Access to Microsoft Azure IoT device, messaging, and job services from CircuitPython!
MIT License
19 stars 15 forks source link

fixed imports for adafruit_minimqtt #23

Closed codingbandit closed 3 years ago

codingbandit commented 3 years ago

Fixing imports for adafruit_minimqtt re: issue #22

codingbandit commented 3 years ago

@brentru - the majority of the changes (other than the import fix) were to pass the linting that occurs in the GitHub action. If desired I can remove those changes, but then the checks will fail on the PR. Thanks :)