From c63bef8b780e2016111fb18cfb5fb4fe64c4b9d7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 24 Jun 2024 08:47:05 -0300 Subject: [PATCH] remove comment --- .../langflow/components/prototypes/__init__.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/backend/base/langflow/components/prototypes/__init__.py b/src/backend/base/langflow/components/prototypes/__init__.py index 60498a530..89c14f7e9 100644 --- a/src/backend/base/langflow/components/prototypes/__init__.py +++ b/src/backend/base/langflow/components/prototypes/__init__.py @@ -1,19 +1,3 @@ -# from .AgentComponent import AgentComponent -# from .ConditionalRouter import ConditionalRouterComponent -# from .ExtractKeyFromData import ExtractKeyFromDataComponent -# from .FlowTool import FlowToolComponent -# from .Listen import ListenComponent -# from .ListFlows import ListFlowsComponent -# from ..helpers.MergeData import MergeDataComponent -# from .Notify import NotifyComponent -# from .PythonFunction import PythonFunctionComponent -# from .RunFlow import RunFlowComponent -# from .RunnableExecutor import RunnableExecComponent -# from .SelectivePassThrough import SelectivePassThroughComponent -# from ..helpers.SplitText import SplitTextComponent -# from .SQLExecutor import SQLExecutorComponent -# from .SubFlow import SubFlowComponent - from .ConditionalRouter import ConditionalRouterComponent from .FlowTool import FlowToolComponent from .Listen import ListenComponent