Skip to content

Commit b414b5f

Browse files
committed
fix type annotation
1 parent 51858b9 commit b414b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/opus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def __init__(
385385
fec: bool = True,
386386
expected_packet_loss: float = 0.15,
387387
bandwidth: BAND_CTL = "full",
388-
signal_type: SIGNAL_TL = "auto",
388+
signal_type: SIGNAL_CTL = "auto",
389389
) -> None:
390390
if application not in application_ctl:
391391
raise ValueError("invalid application ctl type provided")

0 commit comments

Comments
 (0)