mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix pylint failing in CI
This commit is contained in:
parent
86fc7446b0
commit
1b441f5050
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue