Fix(?) pylint disparity
This commit is contained in:
parent
1c7e81dc93
commit
3041731457
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ if BATT_SENSE:
|
|||
# FUNCTIONS ----------------------------------------------------------------
|
||||
|
||||
|
||||
# pylint: disable=consider-using-with # (non-blocking doesn't like 'with')
|
||||
def play(index, block=True):
|
||||
"""Play one WAV file from the WAV_FILES table. Pass in table index (0-n)
|
||||
and optional 'block' flag (if True, function blocks until audio is
|
||||
|
|
|
|||
Loading…
Reference in a new issue