refactor: Update CombineText.py imports for langflow field_typing and inputs
This commit is contained in:
parent
f33c73a3ad
commit
10496003ae
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue