mirror of
https://github.com/meshtastic/python.git
synced 2026-04-19 06:17:07 -04:00
Fix assorted mypy-detected errors
This commit is contained in:
@@ -5,7 +5,7 @@ import threading
|
||||
import time
|
||||
import traceback
|
||||
|
||||
import serial
|
||||
import serial # type: ignore[import-untyped]
|
||||
|
||||
from meshtastic.mesh_interface import MeshInterface
|
||||
from meshtastic.util import is_windows11, stripnl
|
||||
|
||||
Reference in New Issue
Block a user