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 d1f5eac commit 531c15cCopy full SHA for 531c15c
Toy_Robot_Xylophone/code.py
@@ -28,7 +28,7 @@
28
noid = mcp.get_pin(i)
29
noid.switch_to_output(value=False)
30
noids.append(noid)
31
-# pylint: disable=used-before-assignment, unused-argument, global-statement
+# pylint: disable=used-before-assignment, unused-argument, global-statement, no-self-use
32
if not music_box:
33
midi = adafruit_midi.MIDI(
34
midi_in=usb_midi.ports[0], in_channel=0, midi_out=usb_midi.ports[1], out_channel=0
0 commit comments