Skip to content

Commit 24bfac4

Browse files
committed
ruff: reduce line length
1 parent 52f6909 commit 24bfac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_usb_host_descriptors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def _find_endpoint(device, protocol_type: Literal[PROTOCOL_MOUSE, PROTOCOL_KEYBO
213213
print(f"Checking Interface {mouse_interface_index}...")
214214
rep_desc = get_report_descriptor(device, mouse_interface_index, hid_desc_len)
215215
if _is_confirmed_mouse(rep_desc):
216-
print(f" -> CONFIRMED: It is a Mouse/Trackpad (Usage 0x09 0x02) index:{mouse_interface_index}, end:{endpoint_address}")
216+
print(" -> CONFIRMED: It is a Mouse/Trackpad (Usage 0x09 0x02)")
217217
return mouse_interface_index, endpoint_address
218218

219219
candidate_found = False # Stop looking at this interface

0 commit comments

Comments
 (0)