fix: add ALSAAudioError to type stubs

This commit is contained in:
Matteo Bernardini
2025-08-06 15:45:28 +08:00
committed by Lars Immisch
parent 0ac28e9eea
commit f6770e3a42

View File

@@ -131,3 +131,4 @@ class Mixer:
def polldescriptors() -> list[tuple[int, int]]: ...
def handleevents() -> int: ...
class ALSAAudioError(Exception): ...