fix import order

This commit is contained in:
Ian McEwen committed 2026-05-31 12:01:48 -07:00
1 parent f5e7faea3b
commit 781764553e
1 file changed
+2 -2
+2 -2
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")