fix: type correction

This commit is contained in:
Gabriel Almeida 2023-03-27 17:30:07 -03:00
commit 18da5f643d

View file

@ -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, {})