[claude] Fix syntax errors in test_llm_triage.py (#1329) #1332
Reference in New Issue
Block a user
Delete Branch "claude/issue-1329"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1329
Two syntax errors in
tests/scripts/test_llm_triage.pywere preventing test collection:withstatement (lines 59-62): Used comma-separated context managers across lines without parentheses or backslash continuations. Fixed by wrapping in parentheses (PEP 617 style).\n.All 717 unit tests pass after the fix.
Closing — fix landed via PR #1333 which also closes #1329.