pylint cleanups

This commit is contained in:
William Stearns
2024-10-10 23:49:20 -04:00
parent 58d9039a04
commit 0da405168f
5 changed files with 10 additions and 8 deletions

View File

@@ -6,10 +6,10 @@ import threading
import time
import traceback
import serial # type: ignore[import-untyped]
from typing import Optional, cast
import serial # type: ignore[import-untyped]
from meshtastic.mesh_interface import MeshInterface
from meshtastic.util import is_windows11, stripnl