Skip to content

Commit

Permalink
feat: Updated src/logic/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 11, 2024
1 parent dedac63 commit 0d255d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logic/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

from ..templates.schema.output import Output
from ..utils.load import load_template
from .tools import call_tool, tools, execute_pnpm_command
from .tools import call_tool, execute_pnpm_command, tools
from .tools import call_tool, execute_pnpm_command, tools

main = patch.node(Node)(load_template("main"), {"tools": tools})

Expand Down

0 comments on commit 0d255d6

Please sign in to comment.