Skip to content

Commit de7cacf

Browse files
committed
"Reformatted per new black version"
1 parent 4d4c73d commit de7cacf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

adafruit_ble/services/standard/hid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def _init_devices(self):
390390
i += size
391391

392392
def get_report_info(collection, reports):
393-
""" Gets info about hid reports """
393+
"""Gets info about hid reports"""
394394
for main in collection["mains"]:
395395
if "type" in main:
396396
get_report_info(main, reports)

0 commit comments

Comments
 (0)