Skip to content

Commit c94541c

Browse files
committed
Pylint Disabling too many methods
1 parent f9ca2bd commit c94541c

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
@@ -51,7 +51,7 @@ class Board:
5151
def __init__(self, detector):
5252
self.detector = detector
5353

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

0 commit comments

Comments
 (0)