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 a2d274a commit a52a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

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

Expand Down

0 comments on commit a52a4e9

Please sign in to comment.