Disable Pylint.

This commit is contained in:
Kattni Rembor 2020-10-12 18:22:09 -04:00
parent d0fbc6f668
commit af092647f3

View file

@ -33,4 +33,4 @@ while True:
comet.animate()
if time.monotonic() > 3600: # After an hour passes, reset the board.
microcontroller.reset()
microcontroller.reset() # pylint: disable=no-member