fix: fix missing param comments in append_variables_recursively

pull/21517/head
neatguycoding 11 months ago
parent 88b7dd5f8b
commit 6ea7e847dd

@ -7,6 +7,7 @@ def append_variables_recursively(
):
"""
Append variables recursively
:param pool: variable pool to append variables to
:param node_id: node id
:param variable_key_list: variable key list
:param variable_value: variable value

Loading…
Cancel
Save