Skip to content

Commit 7817645

Browse files
committed
fix import order
1 parent f5e7fae commit 7817645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/pub_sub_example2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import sys
66
import time
77

8-
from meshtastic.tcp_interface import TCPInterface
9-
108
from pubsub import pub
119

10+
from meshtastic.tcp_interface import TCPInterface
11+
1212
# simple arg check
1313
if len(sys.argv) < 2:
1414
print(f"usage: {sys.argv[0]} host")

0 commit comments

Comments
 (0)