Skip to content

Commit af09264

Browse files
committed
Disable Pylint.
1 parent d0fbc6f commit af09264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/led_animation_samd21_reset_interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
comet.animate()
3434

3535
if time.monotonic() > 3600: # After an hour passes, reset the board.
36-
microcontroller.reset()
36+
microcontroller.reset() # pylint: disable=no-member

0 commit comments

Comments
 (0)