Refactor code formatting and style
This commit is contained in:
parent
c57aadbbc6
commit
9bcd74cbce
1 changed files with 1 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ from pydantic import ValidationError
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from langflow import CustomComponent
|
||||
|
||||
from langflow.graph.vertex.base import Vertex
|
||||
|
||||
|
||||
|
|
@ -552,6 +553,3 @@ def build_prompt_template(prompt, tools):
|
|||
}
|
||||
|
||||
return prompt
|
||||
return prompt
|
||||
return prompt
|
||||
return prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue