Skip to content

Commit 918a18f

Browse files
HanSur94claude
andcommitted
fix: remove unused imports in monitoring/dashboard.py
Removed unused `json` and `evaluate_health` imports flagged by ruff. Rebuilt vendor wheel. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bfb978e commit 918a18f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/matlab_mcp/monitoring/dashboard.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Dashboard Starlette sub-app with API routes and static file serving."""
22
from __future__ import annotations
33

4-
import json
54
from pathlib import Path
65
from typing import Any
76

@@ -11,7 +10,6 @@
1110
from starlette.routing import Mount, Route
1211
from starlette.staticfiles import StaticFiles
1312

14-
from matlab_mcp.monitoring.health import evaluate_health
1513
from matlab_mcp.monitoring.routes import (
1614
build_health_response,
1715
build_metrics_response,
-19 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)