mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 01:52:59 +08:00
Remove expand_schema_for_dynamic left over on DynamicInput class
This commit is contained in:
parent
364b9b673b
commit
cb582ab299
@ -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):
|
||||
'''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user