From d8d76c09f56e8250197c232733ec3f112d2cbc63 Mon Sep 17 00:00:00 2001 From: "didericis (claude)" Date: Thu, 25 Jun 2026 14:27:38 -0400 Subject: [PATCH] fix: remove unused archive_proposal import (pyright) --- bot_bottle/cli/supervise.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot_bottle/cli/supervise.py b/bot_bottle/cli/supervise.py index 87ae568..3eeaeb6 100644 --- a/bot_bottle/cli/supervise.py +++ b/bot_bottle/cli/supervise.py @@ -45,7 +45,6 @@ from ..supervise import ( TOOL_EGRESS_BLOCK, TOOL_GITLEAKS_ALLOW, TOOL_EGRESS_TOKEN_ALLOW, - archive_proposal, list_pending_proposals, render_diff, write_audit_entry,