Update import statement for TemplateField
This commit is contained in:
parent
9235cdfdb6
commit
d82b98c58b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import random
|
||||
|
||||
from langflow import CustomComponent
|
||||
from langflow.template.field.base import TemplateField
|
||||
from langflow.field_typing import TemplateField
|
||||
|
||||
|
||||
class TestComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue