mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 14:58:54 -04:00
Fix assorted mypy-detected errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user