fix pylint failing in CI

This commit is contained in:
Damien Elmes 2020-07-21 16:16:34 +10:00
parent 86fc7446b0
commit 1b441f5050

View File

@ -464,6 +464,7 @@ class PyAudioThreadedRecorder(threading.Thread):
self.finish = False
if isMac and qtminor > 12:
# trigger permission prompt
# pylint: disable=undefined-variable
QAudioDeviceInfo.defaultInputDevice() # type: ignore
def run(self) -> None: