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

@@ -4,7 +4,7 @@ import logging
import platform
import time
import serial
import serial # type: ignore[import-untyped]
import meshtastic.util
from meshtastic.stream_interface import StreamInterface