Skip to content

Commit 4d5157d

Browse files
committed
Linted
1 parent 3c74e9c commit 4d5157d

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
@@ -52,7 +52,7 @@ def __init__(self, detector):
5252
self.detector = detector
5353
self._board_id = None
5454

55-
# pylint: disable=invalid-name, protected-access
55+
# pylint: disable=invalid-name, protected-access, too-many-return-statements
5656
@property
5757
def id(self):
5858
"""Return a unique id for the detected board, if any."""

0 commit comments

Comments
 (0)