fix: update query input import in test code (#8456)
This commit is contained in:
parent
40b48ee5e9
commit
213bb6da95
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ test(
|
|||
);
|
||||
|
||||
newCode = newCode.replace(
|
||||
`from langflow.inputs import BoolInput, DictInput, DropdownInput, IntInput, SecretStrInput, SliderInput, StrInput`,
|
||||
`from langflow.inputs import BoolInput, DictInput, DropdownInput, IntInput, SecretStrInput, SliderInput, StrInput, QueryInput`,
|
||||
`from langflow.inputs.inputs import BoolInput, DictInput, DropdownInput, IntInput, SecretStrInput, SliderInput, StrInput`,
|
||||
`from langflow.inputs.inputs import BoolInput, DictInput, DropdownInput, IntInput, SecretStrInput, SliderInput, StrInput, QueryInput`,
|
||||
);
|
||||
|
||||
// make sure codes are different
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue