diff --git a/mdcrow/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py b/mdcrow/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py index 7faf0672..78528878 100644 --- a/mdcrow/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py +++ b/mdcrow/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py @@ -6,7 +6,7 @@ from langchain.tools import BaseTool from pydantic import BaseModel, Field -from mdagent.utils import FileType, PathRegistry, load_single_traj +from mdcrow.utils import FileType, PathRegistry, load_single_traj class ComputingAnglesSchema(BaseModel):