fix(tests): remove duplicate _registry_rows() definition in test_billing.py#32
fix(tests): remove duplicate _registry_rows() definition in test_billing.py#32Coding-Dev-Tools wants to merge 1 commit into
Conversation
…ing.py (ruff F811)
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Council Gate Verdict: APPROVEConfidence: 1.0 | Agreement: 100% | Avg Overall: 4.84/5.0
Summary: Removes a shadowed duplicate Tester nit: PR description says "the kept (later) definition" but the diff removes the later duplicate, activating the earlier one. Functional outcome validated by passing CI — documentation nit only. Session: council-94ca5ad4-34ff-4c91-ab57-31a6efce4f4a |
Council Merge Review — APPROVEPR: Evidence reviewed
Model council and weighting
Weighted outcome: Root-cause and correctness assessmentThe diff is a purely subtractive -13-line removal of the second identical Gaps and residual risks
Required action
Merge status
Posted automatically by the evidence-backed council merge gate. |
Council Merge Review — APPROVEPR: Evidence reviewed
Model council and weighting
Root-cause and correctness assessmentThe diff mechanically removes the second (shadowing) definition of Merge status
Posted automatically by the evidence-backed council merge gate. |
|
Superseded by #34, which includes this _registry_rows() dedup alongside the soft-close restore + dead-code removal. Closing as folded-in. |
Trivial fix: removes the duplicate
_registry_rows()function definition (ruff F811). The second definition at line 752 was identical to the first at line 739 — a merge artifact from PR #25. Supersedes the same fix in PR #26.