From 5497394a1993a912434a4b72c820c12eb2fa25a8 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 26 May 2026 04:11:27 +0000 Subject: [PATCH] chore(triage_rollout_enact): remove unused PR comment formatter imports Co-authored-by: Yassin Kortam --- .github/scripts/triage_rollout_enact.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/scripts/triage_rollout_enact.py b/.github/scripts/triage_rollout_enact.py index 89aa7a249e6..3b7a6076fee 100644 --- a/.github/scripts/triage_rollout_enact.py +++ b/.github/scripts/triage_rollout_enact.py @@ -80,9 +80,7 @@ from triage_with_llm import ( # noqa: E402 fetch_issue, fetch_pr, format_grace_warning_issue_comment, - format_grace_warning_pr_comment, format_issue_close_comment, - format_pr_close_comment, gh, is_internal_contributor, review_gate,