diff --git a/comfy_api/latest/_io.py b/comfy_api/latest/_io.py index 49421b341..2e6d08ce3 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -871,9 +871,6 @@ class DynamicInput(Input, ABC): def get_dynamic(self) -> list[Input]: return [] - def expand_schema_for_dynamic(self, d: dict[str, Any], live_inputs: dict[str, Any], curr_prefix: list[str] | None=None): - pass - class DynamicOutput(Output, ABC): '''