Skip to content

Commit dd96405

Browse files
committed
Fix forward type union declaration harder
1 parent 3f7c0a4 commit dd96405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/synthio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//|
3535
//|
3636

37-
//| AnyBiquad = "Biquad | BlockBiquad"
37+
//| AnyBiquad = Union["Biquad", "BlockBiquad"]
3838
//|
3939
//| class EnvelopeState:
4040
//| ATTACK: EnvelopeState

0 commit comments

Comments
 (0)