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 eaca0d7 commit c72c8d9Copy full SHA for c72c8d9
adafruit_circuitplayground/express.py
@@ -67,7 +67,7 @@ def light(self):
67
return self._photocell.value * 330 // (2 ** 16)
68
69
70
-class Express: # pylint: disable-msg=R0904
+class Express: # pylint: disable=too-many-public-methods
71
"""Represents a single CircuitPlayground Express. Do not use more than one at
72
a time."""
73
def __init__(self):
0 commit comments