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: