style: fix trailing newline in mcp_namespace_health.py
This commit is contained in:
@@ -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"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user