adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

Swap import orders #54

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

As is, some imports were happen before the typing import guard in the try/except block kicked in. This moves imports so they won't actually import.