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

@@ -7,7 +7,7 @@ import struct
import time
import io
from threading import Thread
from typing import List, Optional, Tuple
from typing import List, Optional
import google.protobuf
from bleak import BleakClient, BleakScanner, BLEDevice