This commit is contained in:
Chenlei Hu 2025-03-25 16:47:52 -04:00
parent c05c9b552b
commit 522d923948

View File

@ -63,7 +63,6 @@ def get_input_info(
valid_inputs: InputTypeDict | None = None
) -> tuple[str, Literal["required", "optional", "hidden"], InputTypeOptions] | tuple[None, None, None]:
"""Get the input type, category, and extra info for a given input name.
If valid_inputs is provided, it will be used instead of the class_def.INPUT_TYPES().
Arguments:
class_def: The class definition of the node.