fix: resolve pyright strict errors

This commit is contained in:
2026-06-09 02:15:18 +00:00
committed by didericis
parent 4e570e3e2b
commit d38432f640
10 changed files with 23 additions and 27 deletions
-1
View File
@@ -129,7 +129,6 @@ def approve(
) -> None:
"""Apply the proposal, write the waiting response, and audit it."""
status = STATUS_MODIFIED if final_file is not None else STATUS_APPROVED
file_to_apply = final_file if final_file is not None else qp.proposal.proposed_file
diff_before, diff_after = "", ""
# if qp.proposal.tool == TOOL_CAPABILITY_BLOCK: