style: fix trailing newline in mcp_namespace_health.py

This commit is contained in:
2026-07-09 18:39:41 -04:00
parent f83d2c2027
commit af9f1c5944
-1
View File
@@ -194,4 +194,3 @@ def namespace_health_blocks_task(task: str, healthy: bool) -> bool:
if healthy:
return False
return (task or "").strip() in {"merge_pr", "review_pr", "submit_review"}