Skip to content

Commit 69aaab7

Browse files
Update play stubs
1 parent fc85377 commit 69aaab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/typeshed/stdlib/microbit/audio.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from ..microbit import MicroBitDigitalPin, Sound, pin0
55
from typing import ClassVar, Iterable, Optional, Union, overload
66

77
def play(
8-
source: Union[AudioFrame, Iterable[AudioFrame], Sound, SoundEffect],
8+
source: Union[AudioFrame, Iterable[AudioFrame], AudioRecording, AudioTrack, Sound, SoundEffect],
99
wait: bool = True,
1010
pin: MicroBitDigitalPin = pin0,
1111
return_pin: Union[MicroBitDigitalPin, None] = None,

0 commit comments

Comments
 (0)