minor refac for consistency, cleanup unused imports

This commit is contained in:
Taylor Wilsdon
2025-06-03 14:16:19 -04:00
parent 93e0007ee5
commit b0bfaff691
4 changed files with 11 additions and 34 deletions

View File

@@ -5,11 +5,9 @@ This module provides MCP tools for interacting with Google Chat API.
"""
import logging
import asyncio
from typing import List, Optional, Dict, Any
from typing import Optional
from mcp import types
from fastapi import Header
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
# Auth & server utilities