From 2ae5f3b41b2a9dc41bc6ecd3cd905ede75ef0147 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 23 Jun 2024 16:37:38 -0300 Subject: [PATCH] refactor: Remove unused import in component.py --- src/backend/base/langflow/custom/custom_component/component.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/base/langflow/custom/custom_component/component.py b/src/backend/base/langflow/custom/custom_component/component.py index 592d8e2b3..1f6693f5f 100644 --- a/src/backend/base/langflow/custom/custom_component/component.py +++ b/src/backend/base/langflow/custom/custom_component/component.py @@ -10,7 +10,6 @@ from langflow.schema.artifact import get_artifact_type, post_process_raw from langflow.schema.data import Data from langflow.schema.message import Message from langflow.template.field.base import UNDEFINED, Output -from langflow.template.utils import update_frontend_node_with_template_values from .custom_component import CustomComponent