From 1b441f5050004d5dd4da5ab23033dee6cad0aa06 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 21 Jul 2020 16:16:34 +1000 Subject: [PATCH] fix pylint failing in CI --- qt/aqt/sound.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index a4c2d9104..bdb66ad25 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -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: