pylint cleanups

This commit is contained in:
William Stearns committed 2024-10-10 23:49:20 -04:00
1 parent 58d9039a04
commit 0da405168f
5 files changed
+10 -8

No files matched your search

+2 -2
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