🐛 fix(types.py): fix formatting issues in build_langchain_template_custom_component function for better readability

🐛 fix(types.py): fix formatting issues in build_langchain_custom_component_list_from_path function for better readability
This commit is contained in:
gustavoschaedler 2023-07-25 22:20:28 +01:00
commit e8f6b435f2

View file

@ -291,7 +291,7 @@ def build_langchain_custom_component_list_from_path(path: str):
component_code = component["code"]
component_template = (
CustomComponentNode(
CustomComponentFrontendNode(
description="ERROR - Check your Python Code",
display_name=f"ERROR - {component_name}",
)