fix: add ALSAAudioError to type stubs

This commit is contained in:
Matteo Bernardini
2025-08-06 15:45:28 +08:00
parent 2e0f952475
commit 1670c6b1a3

View File

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