From 90e84a52e69959ac8d949dc74c104cd9255bd65d Mon Sep 17 00:00:00 2001 From: "didericis (codex)" Date: Thu, 25 Jun 2026 05:45:55 -0400 Subject: [PATCH] fix: remove unused supervise import for 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 816052e..e5a50c1 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,