mirror of
https://github.com/meshtastic/python.git
synced 2026-06-02 12:45:00 -04:00
fix import order
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user