Fix assorted mypy-detected errors

This commit is contained in:
Ian McEwen
2024-03-26 17:36:00 -07:00
parent 4528cbf407
commit 4baef92523
11 changed files with 25 additions and 25 deletions

View File

@@ -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