mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-08 21:02:12 +02:00
Closes #784. ruff F401 pass on `trustgraph-mcp/trustgraph/mcp_server/`: - `tg_socket.py` — drop `dataclasses.dataclass` and `time` (the example called out in the issue; neither is referenced anywhere in the file). - `mcp.py` — drop five additional unused imports surfaced by ruff in the same directory: `typing.Optional`, `time`, `typing.AsyncGenerator`, `asyncio`, `uuid`, `mcp.types.TextContent`, and `websockets.asyncio.client.connect`. Scope is limited to the mcp_server directory — seven F401 hits, all autofixable. Other packages in the monorepo have more F401 warnings that can be cleaned up in follow-up PRs to keep this one reviewable. `ruff check --select F401 trustgraph-mcp/trustgraph/mcp_server/` is clean after the change. |
||
|---|---|---|
| .. | ||
| trustgraph/mcp_server | ||
| pyproject.toml | ||
| README.md | ||