mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 06:17:44 -04:00
fix import order
This commit is contained in:
1 file changed
+2
-2
@@ -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