Skip to content

Commit f45c0d2

Browse files
committed
Fix type annotation so it's ok in newest sphinx/autoapi
this otherwise gets ``` astroid.exceptions.InferenceError: Inference failed for all members of [<BinOp l.13 at 0x7fd379c99e80>]. ```
1 parent 1a7aec0 commit f45c0d2

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 = "Biquad | BlockBiquad"
3838
//|
3939
//| class EnvelopeState:
4040
//| ATTACK: EnvelopeState

0 commit comments

Comments
 (0)