mqtt_client.py: reorder imports
This commit is contained in:
parent
eafc71d4f2
commit
d6e62544db
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
#!/bin/python
|
||||
|
||||
import time
|
||||
import paho.mqtt.client as mqtt
|
||||
import argparse
|
||||
import json
|
||||
import time
|
||||
|
||||
import paho.mqtt.client as mqtt
|
||||
|
||||
import mqtt_client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue