fix: type correction
This commit is contained in:
parent
41cb6e62ee
commit
18da5f643d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ CUSTOM_NODES = {
|
|||
|
||||
def get_custom_nodes(node_type: str):
|
||||
"""Get custom nodes."""
|
||||
return CUSTOM_NODES.get(node_type, [])
|
||||
return CUSTOM_NODES.get(node_type, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue