Skip to content

Commit 3d682f2

Browse files
committed
fixup pylint
1 parent fcebb19 commit 3d682f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class Board:
235235
def __init__(self, detector):
236236
self.detector = detector
237237

238-
# pylint: disable=invalid-name
238+
# pylint: disable=invalid-name, too-many-branches
239239
@property
240240
def id(self):
241241
"""Return a unique id for the detected board, if any."""
@@ -373,6 +373,7 @@ def any_giant_board(self):
373373

374374
@property
375375
def any_jetson_board(self):
376+
"""Check whether the current board is any defined Jetson Board."""
376377
return self.id in _JETSON_IDS
377378

378379
@property

0 commit comments

Comments
 (0)