From e8f6b435f203ad69784c5cefa0675ab78bad8e81 Mon Sep 17 00:00:00 2001 From: gustavoschaedler Date: Tue, 25 Jul 2023 22:20:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(types.py):=20fix=20formattin?= =?UTF-8?q?g=20issues=20in=20build=5Flangchain=5Ftemplate=5Fcustom=5Fcompo?= =?UTF-8?q?nent=20function=20for=20better=20readability=20=F0=9F=90=9B=20f?= =?UTF-8?q?ix(types.py):=20fix=20formatting=20issues=20in=20build=5Flangch?= =?UTF-8?q?ain=5Fcustom=5Fcomponent=5Flist=5Ffrom=5Fpath=20function=20for?= =?UTF-8?q?=20better=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/interface/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/langflow/interface/types.py b/src/backend/langflow/interface/types.py index 6f7a43f38..ad012bd3d 100644 --- a/src/backend/langflow/interface/types.py +++ b/src/backend/langflow/interface/types.py @@ -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}", )