fix: black

This commit is contained in:
Stryxion
2026-01-13 09:42:40 +01:00
parent 9e270d4d62
commit 671f306a27

View File

@@ -177,7 +177,7 @@ def main(verbose: bool, manufacturer: str, product: str, hci_only: bool):
load_libusb()
with usb1.USBContext() as context:
bluetooth_device_count = 0
devices: dict[tuple[Any, Any], list[str|None]] = {}
devices: dict[tuple[Any, Any], list[str | None]] = {}
for device in context.getDeviceIterator(skip_on_error=True):
device_class = device.getDeviceClass()