From 10496003aeeb61fb636cff00f46d7b44f555921b Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Mon, 17 Jun 2024 14:55:52 -0300 Subject: [PATCH] refactor: Update CombineText.py imports for langflow field_typing and inputs --- src/backend/base/langflow/components/helpers/CombineText.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/base/langflow/components/helpers/CombineText.py b/src/backend/base/langflow/components/helpers/CombineText.py index 5c86e6b1c..8e6aa7261 100644 --- a/src/backend/base/langflow/components/helpers/CombineText.py +++ b/src/backend/base/langflow/components/helpers/CombineText.py @@ -1,5 +1,6 @@ from langflow.custom import Component -from langflow.field_typing import Text, TextInput +from langflow.field_typing import Text +from langflow.inputs import TextInput from langflow.template import Output