Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Aug 19, 2024
1 parent 1a4945c commit 82141b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ def _get_fallback_input(self, **kwargs):
return Input(**kwargs)

def to_tool(self):
# TODO: This is a temporary solution to avoid circular imports
from langflow.base.tools.component_tool import ComponentTool

return ComponentTool(component=self)

0 comments on commit 82141b8

Please sign in to comment.