reformatted with black

This commit is contained in:
Alexandre Henrique 2023-06-01 16:21:11 -03:00
commit a662c5a6cc
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ from langflow.utils.util import build_template_from_class
# Assuming necessary imports for Field, Template, and FrontendNode classes
class ChainCreator(LangChainTypeCreator):
type_name: str = "chains"

View file

@ -3,6 +3,7 @@ from typing import Optional
from langflow.template.field.base import TemplateField
from langflow.template.frontend_node.base import FrontendNode
class VectorStoreFrontendNode(FrontendNode):
def add_extra_fields(self) -> None:
if self.template.type_name == "Weaviate":