fix pylint failing in CI
This commit is contained in:
parent
86fc7446b0
commit
1b441f5050
@ -464,6 +464,7 @@ class PyAudioThreadedRecorder(threading.Thread):
|
|||||||
self.finish = False
|
self.finish = False
|
||||||
if isMac and qtminor > 12:
|
if isMac and qtminor > 12:
|
||||||
# trigger permission prompt
|
# trigger permission prompt
|
||||||
|
# pylint: disable=undefined-variable
|
||||||
QAudioDeviceInfo.defaultInputDevice() # type: ignore
|
QAudioDeviceInfo.defaultInputDevice() # type: ignore
|
||||||
|
|
||||||
def run(self) -> None:
|
def run(self) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user