Skip to content

Commit c72c8d9

Browse files
committed
Updated to clearer version of pylint disable
1 parent eaca0d7 commit c72c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_circuitplayground/express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def light(self):
6767
return self._photocell.value * 330 // (2 ** 16)
6868

6969

70-
class Express: # pylint: disable-msg=R0904
70+
class Express: # pylint: disable=too-many-public-methods
7171
"""Represents a single CircuitPlayground Express. Do not use more than one at
7272
a time."""
7373
def __init__(self):

0 commit comments

Comments
 (0)