Formatting
This commit is contained in:
parent
cc785af652
commit
a5b966f42e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
from typing import Dict, List, Optional, Type
|
||||
|
||||
from langchain import SQLDatabase, utilities
|
||||
|
||||
from langflow.custom.customs import get_custom_nodes
|
||||
from langflow.interface.base import LangChainTypeCreator
|
||||
from langflow.interface.custom_lists import utility_type_to_cls_dict
|
||||
|
|
@ -9,8 +11,6 @@ from langflow.template.frontend_node.utilities import UtilitiesFrontendNode
|
|||
from langflow.utils.logger import logger
|
||||
from langflow.utils.util import build_template_from_class
|
||||
|
||||
from langchain import utilities, SQLDatabase
|
||||
|
||||
|
||||
class UtilityCreator(LangChainTypeCreator):
|
||||
type_name: str = "utilities"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue