Skip to content

Commit e35bf21

Browse files
committed
reorder imports per pylint
1 parent a6baf60 commit e35bf21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/logging_mqtt_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
import socket
88
import ssl
99

10-
import adafruit_logging as logging
1110
import adafruit_minimqtt.adafruit_minimqtt as MQTT
12-
1311
from mqtt_handler import MQTTHandler
1412

13+
import adafruit_logging as logging
14+
1515
logger = logging.getLogger(__name__)
1616

1717
broker = "io.adafruit.com"

0 commit comments

Comments
 (0)