refac: rename hard to understand cryptic function names

This commit is contained in:
Timothy Jaeryang Baek
2025-04-10 19:41:17 -07:00
parent 0f27968ceb
commit 53df5d3946
3 changed files with 30 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ def replace_imports(content):
return content
def load_tools_module_by_id(tool_id, content=None):
def load_tool_module_by_id(tool_id, content=None):
if content is None:
tool = Tools.get_tool_by_id(tool_id)