Skip to content

Commit 42101d4

Browse files
committed
Added docstring to a function in hid.py
1 parent 8bffe30 commit 42101d4

File tree

1 file changed

+1
-0
lines changed
  • adafruit_ble/services/standard

1 file changed

+1
-0
lines changed

adafruit_ble/services/standard/hid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def _init_devices(self):
248248
i += size
249249

250250
def get_report_info(collection, reports):
251+
""" Gets info about hid reports """
251252
for main in collection["mains"]:
252253
if "type" in main:
253254
get_report_info(main, reports)

0 commit comments

Comments
 (0)