Skip to content

Commit ee9ccaf

Browse files
committed
Disabled travis message no-member for part of the code
1 parent 4e217b1 commit ee9ccaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/mpr121_piano.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
# Note you can optionally change the address of the device:
4040
#mpr121 = adafruit_mpr121.MPR121(i2c, address=0x91)
4141

42+
#pylint: disable-msg=no-member
4243
# Setup buzzer PWM output.
4344
buzzer = pulseio.PWMOut(BUZZER_PIN, duty_cycle=TONE_OFF_DUTY, frequency=440,
4445
variable_frequency=True)
46+
#pylint: disable-msg=no-member
4547

4648
last_note = None
4749
while True:

0 commit comments

Comments
 (0)