Skip to content

Commit ac5513d

Browse files
committed
Fix failing build.
1 parent 98a65eb commit ac5513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Board:
1313
def __init__(self, detector):
1414
self.detector = detector
1515

16-
# pylint: disable=invalid-name, too-many-branches
16+
# pylint: disable=invalid-name, too-many-branches, protected-access
1717
@property
1818
def id(self):
1919
"""Return a unique id for the detected board, if any."""

0 commit comments

Comments
 (0)