style: fix trailing newline in mcp_namespace_health.py

This commit is contained in:
2026-07-09 12:56:19 -04:00
parent 8c4dc007be
commit 653a728bb5
-1
View File
@@ -194,4 +194,3 @@ def namespace_health_blocks_task(task: str, healthy: bool) -> bool:
if healthy: if healthy:
return False return False
return (task or "").strip() in {"merge_pr", "review_pr", "submit_review"} return (task or "").strip() in {"merge_pr", "review_pr", "submit_review"}