fix import order

This commit is contained in:
Ian McEwen
2026-05-31 12:01:48 -07:00
parent f5e7faea3b
commit 781764553e

View File

@@ -5,10 +5,10 @@
import sys
import time
from meshtastic.tcp_interface import TCPInterface
from pubsub import pub
from meshtastic.tcp_interface import TCPInterface
# simple arg check
if len(sys.argv) < 2:
print(f"usage: {sys.argv[0]} host")