From 08ab30e9eef2a0d9f42648708ecda7d9630188e1 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 21 Jun 2024 12:37:10 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20(types.py):=20remove=20unu?= =?UTF-8?q?sed=20artifacts=20variable=20to=20clean=20up=20the=20code=20and?= =?UTF-8?q?=20improve=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/base/langflow/graph/vertex/types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/base/langflow/graph/vertex/types.py b/src/backend/base/langflow/graph/vertex/types.py index b543c8d97..b453aff50 100644 --- a/src/backend/base/langflow/graph/vertex/types.py +++ b/src/backend/base/langflow/graph/vertex/types.py @@ -144,7 +144,6 @@ class ComponentVertex(Vertex): result_dict = self.get_built_result() # We need to set the artifacts to pass information # to the frontend - artifacts = self.artifacts_raw messages = self.extract_messages_from_artifacts(result_dict) result_dict = ResultData( results=result_dict,