Skip to content

Commit 1b09577

Browse files
committed
linting
1 parent da93c38 commit 1b09577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/thermistor_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# these values work with the Adafruit CircuitPlayground Express.
66
# they may work with other thermistors as well, as they're fairly standard,
77
# though the pin will likely need to change (ie board.A1)
8+
# pylint: disable=no-member
89
pin = board.TEMPERATURE
910
resistor = 10000
1011
resistance = 10000

0 commit comments

Comments
 (0)