forked from auracaster/pyalsaaudio
fix: add ALSAAudioError to type stubs
This commit is contained in:
committed by
Lars Immisch
parent
0ac28e9eea
commit
f6770e3a42
@@ -131,3 +131,4 @@ class Mixer:
|
||||
def polldescriptors() -> list[tuple[int, int]]: ...
|
||||
def handleevents() -> int: ...
|
||||
|
||||
class ALSAAudioError(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user