style: auto-fix ruff lint and format

This commit is contained in:
github-actions[bot]
2026-02-25 23:44:33 +00:00
parent e81d0e367f
commit 86a8e1be4d
2 changed files with 21 additions and 17 deletions

View File

@@ -306,9 +306,7 @@ def main():
if args.tool_tier is not None:
# Combine with tier filtering within the permission-selected services
try:
tier_tools, _ = resolve_tools_from_tier(
args.tool_tier, tools_to_import
)
tier_tools, _ = resolve_tools_from_tier(args.tool_tier, tools_to_import)
set_enabled_tool_names(set(tier_tools))
except Exception as e:
safe_print(f"❌ Error loading tools for tier '{args.tool_tier}': {e}")