mirror of
https://github.com/meshtastic/python.git
synced 2026-09-21 11:15:43 -04:00
pylint cleanups
This commit is contained in:
1 parent
58d9039a04
commit
0da405168f
5 files changed
+10
-8
No files matched your search
@@ -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
|
||||
|
||||
|
||||
Reference in new issue
Block a user