Fix my own pylint mistakes

This commit is contained in:
Ian McEwen
2024-04-11 18:40:10 -07:00
parent f449ff9506
commit 6e7933a3ce
3 changed files with 5 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ import threading
import time
import traceback
from queue import Queue
from typing import Union
from google.protobuf.json_format import MessageToJson
import packaging.version as pkg_version
@@ -21,8 +23,6 @@ import serial.tools.list_ports # type: ignore[import-untyped]
from meshtastic.supported_device import supported_devices
from meshtastic.version import get_active_version
from typing import Union
"""Some devices such as a seger jlink we never want to accidentally open"""
blacklistVids = dict.fromkeys([0x1366])