style: format mcp_tools.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kimi
2026-03-20 17:23:09 -04:00
parent e25f979f75
commit a219ca4076

View File

@@ -277,7 +277,6 @@ async def create_gitea_issue_via_mcp(title: str, body: str = "", labels: str = "
result = await session.session.call_tool("issue_write", arguments=args)
_bridge_to_work_order(title, body, _category_from_labels(labels))
logger.info("Created Gitea issue via MCP: %s", title[:60])