refactor: Update imports in TextInput.py
Update the imports in TextInput.py to match the latest changes in the langflow library. This ensures compatibility and consistency with the rest of the codebase.
This commit is contained in:
parent
3bd1a96506
commit
47cb35fd9c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from langflow.base.io.text import TextComponent
|
||||
from langflow.field_typing import Text
|
||||
from langflow.inputs import StrInput, Input
|
||||
from langflow.template import Output
|
||||
from langflow.inputs import StrInput
|
||||
from langflow.template import Input, Output
|
||||
|
||||
|
||||
class TextInput(TextComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue