Skip to content

Commit 3b4927a

Browse files
committed
Expose DynamicCombo in public API
1 parent ba13d10 commit 3b4927a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_api/latest/_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ def as_dict(self) -> dict:
19331933
"Tracks",
19341934
# Dynamic Types
19351935
"MatchType",
1936-
# "DynamicCombo",
1936+
"DynamicCombo",
19371937
# "Autogrow",
19381938
# Other classes
19391939
"HiddenHolder",

0 commit comments

Comments
 (0)