mqtt_client.py: reorder imports

This commit is contained in:
coon 2025-09-27 01:58:40 +02:00
parent eafc71d4f2
commit d6e62544db

View file

@ -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