Disable Pylint.
This commit is contained in:
parent
d0fbc6f668
commit
af092647f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue