Skip to content

Commit a59d4c8

Browse files
committed
Fix forward type union declaration harder
1 parent 9949004 commit a59d4c8

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
@@ -33,7 +33,7 @@
3333
//| """
3434
//|
3535

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

0 commit comments

Comments
 (0)