Skip to content

Commit 58d9039

Browse files
another missing import
1 parent f77e788 commit 58d9039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshtastic/ble_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import logging
66
import struct
77
import time
8+
import io
89
from threading import Thread
910
from typing import List, Optional, Tuple
1011

0 commit comments

Comments
 (0)