Fix(?) pylint disparity

This commit is contained in:
Phillip Burgess 2023-08-29 11:25:16 -07:00
parent 1c7e81dc93
commit 3041731457

View file

@ -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