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 f9ca2bd commit c94541cCopy full SHA for c94541c
adafruit_platformdetect/board.py
@@ -51,7 +51,7 @@ class Board:
51
def __init__(self, detector):
52
self.detector = detector
53
54
- # pylint: disable=invalid-name, protected-access
+ # pylint: disable=invalid-name, protected-access, too-many-public-methods
55
@property
56
def id(self):
57
"""Return a unique id for the detected board, if any."""
0 commit comments