mirror of
https://github.com/meshtastic/python.git
synced 2026-01-06 06:47:55 -05:00
pylint cleanups
This commit is contained in:
@@ -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