We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4c73d commit de7cacfCopy full SHA for de7cacf
adafruit_ble/services/standard/hid.py
@@ -390,7 +390,7 @@ def _init_devices(self):
390
i += size
391
392
def get_report_info(collection, reports):
393
- """ Gets info about hid reports """
+ """Gets info about hid reports"""
394
for main in collection["mains"]:
395
if "type" in main:
396
get_report_info(main, reports)
0 commit comments