Skip to content

Commit 2f64fe0

Browse files
authored
Merge pull request deepmodeling#72 from ahxbcn/tool_wrapper
Fix import error for tool_wrapper
2 parents 546570e + 3131cf9 commit 2f64fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/abacusagent/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def main():
125125
from abacusagent.init_mcp import mcp
126126

127127
if args.matmaster:
128-
from abacusagent.modules.tool_wrapper import run_abacus_calculation
128+
import abacusagent.modules.tool_wrapper
129129
else:
130130
load_tools(args.screen_modules)
131131

0 commit comments

Comments
 (0)