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 3c74e9c commit 4d5157dCopy full SHA for 4d5157d
adafruit_platformdetect/board.py
@@ -52,7 +52,7 @@ def __init__(self, detector):
52
self.detector = detector
53
self._board_id = None
54
55
- # pylint: disable=invalid-name, protected-access
+ # pylint: disable=invalid-name, protected-access, too-many-return-statements
56
@property
57
def id(self):
58
"""Return a unique id for the detected board, if any."""
0 commit comments