Skip to content

Commit 4857e11

Browse files
SynTechRevclaude
andcommitted
fix: remove unused variable rec in test_auto_classify (ruff F841)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 501383d commit 4857e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_auto_classify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_generate_recommendation_unknown_category_uses_generic():
135135

136136

137137
def test_generate_recommendation_includes_document_id():
138-
rec = generate_recommendation(
138+
generate_recommendation(
139139
{"layer": "fiscal", "_document_id": "budget_resolution_2026"},
140140
"fiscal_compliance",
141141
)

0 commit comments

Comments
 (0)