Skip to content

Commit f77e788

Browse files
fix missing import
1 parent aba381f commit f77e788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshtastic/stream_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Stream Interface base class
22
"""
3+
import io
34
import logging
45
import threading
56
import time

0 commit comments

Comments
 (0)