Skip to content

Commit 0db3192

Browse files
committed
chore: cleanup
1 parent 00070d7 commit 0db3192

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

analytics_mcp/tools/reporting/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""Tools for running core reports using the Data API."""
1616

17-
from typing import Any, Dict, List, Optional
17+
from typing import Any, Dict, List
1818

1919
from analytics_mcp.coordinator import mcp
2020
from analytics_mcp.tools.reporting.metadata import (

analytics_mcp/tools/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
from google.api_core.gapic_v1.client_info import ClientInfo
2121
from importlib import metadata
2222
import google.auth
23-
from google.oauth2.credentials import Credentials as OAuth2Credentials
24-
from google.auth.credentials import Credentials
2523
import proto
2624

2725

0 commit comments

Comments
 (0)