resolve all ruff check errors

This commit is contained in:
Taylor Wilsdon
2025-07-18 18:04:06 -04:00
parent 9f65f0f438
commit d4dc255f16
18 changed files with 21 additions and 75 deletions

View File

@@ -115,9 +115,9 @@ def main():
safe_print(f" {tool_icons[tool]} {tool.title()} - Google {tool.title()} API integration")
safe_print("")
safe_print(f"📊 Configuration Summary:")
safe_print("📊 Configuration Summary:")
safe_print(f" 🔧 Tools Enabled: {len(tools_to_import)}/{len(tool_imports)}")
safe_print(f" 🔑 Auth Method: OAuth 2.0 with PKCE")
safe_print(" 🔑 Auth Method: OAuth 2.0 with PKCE")
safe_print(f" 📝 Log Level: {logging.getLogger().getEffectiveLevel()}")
safe_print("")