refactor: remove unused ContentBlock import from tool modules
CI/CD Pipeline / Lint & Check (push) Successful in 10s
CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m26s

This commit is contained in:
2026-05-12 23:38:19 +02:00
parent 40b5d004b1
commit bcc11cb07e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import json
from mcp.server.fastmcp import FastMCP, Context
from mcp.types import ContentBlock, TextContent, Annotations, EmbeddedResource, TextResourceContents
from mcp.types import TextContent, Annotations, EmbeddedResource, TextResourceContents
from strava_mcp_server.strava_client import StravaClient
from strava_mcp_server.utils import format_date_iso, format_date_human