Cleanup: make format

This commit is contained in:
Jacques Lucke
2024-03-13 10:39:22 +01:00
parent 0f751c7e7d
commit 5c65dba14c
@@ -39,6 +39,8 @@ def values_clamp(val, minv, maxv):
# TODO: Consider moving node_input_value_set/node_input_value_get into a common utility module if
# more usage merits doing so. If that is done, abstract out the validity check and make it usable
# for node outputs as well. See PR #119354 for details.
def node_input_value_set(node, input, value):
if node is None or input not in node.inputs:
return